Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gevent==23.9.0.post1 # http://www.gevent.org/changelog.html
greenlet>=3.0rc1
werkzeug<1.0 # https://github.com/pallets/werkzeug/blob/master/CHANGES
backports.ssl-match-hostname==3.7.0.1 # required by tornado<5.0
patool>=1.12,<1.13 # https://github.com/wummel/patool/blob/master/doc/changelog.txt
patool>=1.12,<3.1 # https://github.com/wummel/patool/blob/master/doc/changelog.txt
bcrypt>=3.1,<4.3 # https://github.com/pyca/bcrypt/
chardet>=3.0,<3.1 # https://pypi.python.org/pypi/chardet
babel==2.12.1 # http://babel.pocoo.org/en/latest/changelog.html
Expand Down
Loading