use pycryptodome instead of pycrypto
This commit is contained in:
parent
191a73a4bd
commit
0cf5573fc5
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ Release History
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
- When a request fails due to EAGAIN response, retry with exp backoff up to 20 seconds.
|
- 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)
|
1.0.0 (2019-10-31)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
requests>=0.10
|
requests>=0.10
|
||||||
pycrypto
|
pycryptodome>=3.9.1,<4.0.0
|
||||||
pathlib==1.0.1
|
pathlib==1.0.1
|
||||||
tenacity>=5.1.5,<6.0.0
|
tenacity>=5.1.5,<6.0.0
|
||||||
|
|
Loading…
Reference in a new issue