use pycryptodome instead of pycrypto

master
Richard O'Dwyer 2019-11-06 23:09:05 +00:00
parent 191a73a4bd
commit 0cf5573fc5
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ Release History
------------------
- When a request fails due to EAGAIN response, retry with exp backoff up to 20 seconds.
- Replace pycrypto dependency with pycryptodome.
1.0.0 (2019-10-31)

View File

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