reverts dep change, fixes login

master
Richard O'Dwyer 2019-11-07 19:35:34 +00:00
parent 4491fb7807
commit e83948e971
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Release History
1.0.2 (unreleased)
------------------
- Nothing changed yet.
- Reverts, "Replace pycrypto dependency with pycryptodome" as breaks login process.
1.0.1 (2019-11-06)

View File

@ -1,4 +1,4 @@
requests>=0.10
pycryptodome>=3.9.1,<4.0.0
pycrypto
pathlib==1.0.1
tenacity>=5.1.5,<6.0.0