Skip to content

Commit

Permalink
XEdDSA version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndace committed Mar 25, 2020
1 parent a951c0a commit a38d9ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cryptography>=1.7.1
XEdDSA>=0.4.7,<0.5
XEdDSA>=0.6,<0.7
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
author_email = "[email protected]",
license = "MIT",
packages = find_packages(),
install_requires = [ "cryptography>=1.7.1", "XEdDSA>=0.4.7,<0.5" ],
install_requires = [ "cryptography>=1.7.1", "XEdDSA>=0.6,<0.7" ],
python_requires = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4",
zip_safe = False,
classifiers = [
Expand Down

0 comments on commit a38d9ec

Please sign in to comment.