Skip to content

Commit

Permalink
Merge pull request #36 from OwnCA/setup_cryptography_>=3.2
Browse files Browse the repository at this point in the history
Update setup.py cryptography to >=3.2
  • Loading branch information
kairoaraujo authored Oct 28, 2020
2 parents be04f46 + b8e5e26 commit 8fb8ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
here = os.path.abspath(os.path.dirname(__file__))

packages = ["ownca", "ownca/crypto"]
requires = ["cryptography>=2.8", "voluptuous>=0.11.7"]
requires = ["cryptography>=3.2", "voluptuous>=0.11.7"]
test_requirements = ["pytest>=3"]
about = {}

Expand Down

0 comments on commit 8fb8ecc

Please sign in to comment.