updates history and ranges reqs

master
Richard O'Dwyer 2020-02-03 19:46:25 +00:00
parent c9601c5e01
commit 46cf1c46c6
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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