Fix python wheel dependencies.

pull/9/head
Dave Page 2018-04-19 17:08:06 +01:00
parent 71620dc26e
commit 3ecfabfde5
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ setup(
":python_version>='2.7'": [
"Flask-HTMLmin",
"psycopg2>=2.7.3.2",
"pycryptodome",
"pycrypto==2.6.1",
"python-dateutil>=2.7.1",
"SQLAlchemy>=1.2.5",
"Flask-Security>=3.0.0"