reverts dep change, fixes login
This commit is contained in:
parent
4491fb7807
commit
e83948e971
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue