Don't use pycryptodome at the moment, as it doesn't play well on Windows.

This commit is contained in:
Dave Page 2018-04-10 09:27:47 +01:00
parent 9464e04cf8
commit 051fd645d7

View File

@ -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'