From c6cecd5cf64a16f18aec3d5d6efb0e0224634ad5 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 9 Feb 2019 17:11:19 +0000 Subject: serialization API needs 2.5 --- .travis.yml | 4 ++-- 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 diff --git a/setup.py b/setup.py index 43f54677..6c366ce1 100644 --- a/setup.py +++ b/setup.py @@ -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"], ) -- cgit v1.2.3