From b261f52ebfad9f1b99e0c2f9ab9b94494259d1d3 Mon Sep 17 00:00:00 2001 From: Eugenio Lacuesta Date: Tue, 15 Dec 2020 16:54:18 -0300 Subject: [PATCH] Restore minimum cryptography version --- setup.py | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cce848cc3..b5c42a3c2 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def has_environment_marker_platform_impl_support(): install_requires = [ 'Twisted>=17.9.0', - 'cryptography>=2.1.4', + 'cryptography>=2.0', 'cssselect>=0.9.1', 'itemloaders>=1.0.1', 'parsel>=1.5.0', diff --git a/tox.ini b/tox.ini index 92c71db65..1a9d5b5c3 100644 --- a/tox.ini +++ b/tox.ini @@ -67,7 +67,7 @@ commands = [pinned] deps = -ctests/constraints.txt - cryptography==2.1.4 + cryptography==2.0 cssselect==0.9.1 itemadapter==0.1.0 parsel==1.5.0