Skip to content

Commit

Permalink
Relax pycryptodome requirement: Accept any 3.x.x version. Closes ahkn…
Browse files Browse the repository at this point in the history
  • Loading branch information
cveilleux committed Apr 24, 2018
1 parent b7e25dc commit 685ecde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,2 +1,2 @@
pycryptodome==3.4.7
pycryptodome==3.6.1
six
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -37,6 +37,6 @@
zip_safe=True,
use_scm_version=True,
setup_requires=['setuptools_scm'],
install_requires=['pycryptodome==3.4.7', 'six'],
install_requires=['pycryptodome>=3,<4', 'six'],
test_suite="httpsig.tests",
)

0 comments on commit 685ecde

Please sign in to comment.