Skip to content

Commit

Permalink
Fix boundaries on dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
algochoi committed Mar 29, 2022
1 parent 538c927 commit de40e30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"Source": "https://github.com/algorand/py-algorand-sdk",
},
install_requires=[
"pynacl",
"pycryptodomex>=3.6.0",
"msgpack",
"pynacl>=1.0.0,<=1.5.0",
"pycryptodomex>=3.6.0,<=3.14.1",
"msgpack>=1.0.0,<=1.0.3",
],
packages=setuptools.find_packages(),
python_requires=">=3.5",
Expand Down

0 comments on commit de40e30

Please sign in to comment.