updates history and ranges reqs
This commit is contained in:
parent
c9601c5e01
commit
46cf1c46c6
2 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,8 @@ Release History
|
||||||
1.0.6 (unreleased)
|
1.0.6 (unreleased)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
- Nothing changed yet.
|
- Fixes RSA public exponent issue.
|
||||||
|
- Switches dependency pycrypto to pycryptodome.
|
||||||
|
|
||||||
|
|
||||||
1.0.5 (2019-11-18)
|
1.0.5 (2019-11-18)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
requests>=0.10
|
requests>=0.10
|
||||||
pycryptodome
|
pycryptodome>=3.9.6,<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