diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2019-02-09 17:11:19 +0000 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2019-02-09 17:11:19 +0000 |
commit | c6cecd5cf64a16f18aec3d5d6efb0e0224634ad5 (patch) | |
tree | cb5cdf08f5447add93f3e5b84f8d8adaad70ee94 | |
parent | 180418b170f608007980ab149e29c76a4a26b029 (diff) |
serialization API needs 2.5
-rw-r--r-- | .travis.yml | 4 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index a67d0140..a2820666 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,9 +17,9 @@ matrix: # to whatever the latest default is. include: - python: 2.7 - env: "CRYPTO_BEFORE=2.1" + env: "CRYPTO_BEFORE=2.6" - python: 3.6 - env: "CRYPTO_BEFORE=2.1" + env: "CRYPTO_BEFORE=2.6" install: # Ensure modern pip/etc to avoid some issues w/ older worker environs - pip install pip==9.0.1 setuptools==36.6.0 @@ -71,5 +71,5 @@ setup( "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", ], - install_requires=["bcrypt>=3.1.3", "cryptography>=2.0", "pynacl>=1.0.1"], + install_requires=["bcrypt>=3.1.3", "cryptography>=2.5", "pynacl>=1.0.1"], ) |