commit | 178d04da82bab78bf36a85b2a728dbfaa44fb3de | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Aug 10 10:18:30 2018 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Aug 10 09:18:30 2018 -0500 |
tree | 4a4af0d45fb4970453a42355274a7ca3550bd43d | |
parent | b2777a465b669fb647dbac0a92919cb05458707b [diff] [blame] |
Fixes #784 -- bump minimum cryptography version (#785)
diff --git a/setup.py b/setup.py index 29c11f4..3728795 100755 --- a/setup.py +++ b/setup.py
@@ -95,7 +95,7 @@ package_dir={"": "src"}, install_requires=[ # Fix cryptographyMinimum in tox.ini when changing this! - "cryptography>=2.2.1", + "cryptography>=2.3", "six>=1.5.2" ], extras_require={