From 051fd645d7f134af83215f783a155c8ef6db184b Mon Sep 17 00:00:00 2001 From: Dave Page Date: Tue, 10 Apr 2018 09:27:47 +0100 Subject: [PATCH] Don't use pycryptodome at the moment, as it doesn't play well on Windows. --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9e5874074..3cf619689 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,6 +18,7 @@ html5lib==1.0.1 linecache2==1.0.0 passlib==1.7.1 pbr==3.1.1 +pycrypto>=2.6.1 pyrsistent==0.14.2 python-mimeparse==1.6.0 pytz==2018.3 @@ -32,7 +33,6 @@ Flask-Paranoid==0.2.0 # Modules specifically requires for Python2.7 or greater version ################################################################ psycopg2>=2.7.4; python_version >= '2.7' -pycryptodome; python_version >= '2.7' python-dateutil>=2.7.1; python_version >= '2.7' Flask-HTMLmin==1.3.2; python_version >= '2.7' SQLAlchemy>=1.2.5; python_version >= '2.7' @@ -48,7 +48,6 @@ importlib==1.0.3; python_version <= '2.7' # Modules required for Python2.6 ############################################################### psycopg2==2.7.3.2; python_version < '2.7' -pycrypto==2.6.1; python_version < '2.7' Flask-Script==2.0.5; python_version < '2.7' ordereddict; python_version < '2.7' python-dateutil==2.5.0; python_version < '2.7'