A few setup.py improvements, removing future lib (#6219)

This commit is contained in:
Maxime Beauchemin
2018-10-29 21:22:25 -07:00
committed by GitHub
parent 7d6a4291e1
commit 0f6b39a6f7
6 changed files with 3 additions and 22 deletions

View File

@@ -56,19 +56,18 @@ setup(
'bleach',
'boto3>=1.4.7, <2.0.0',
'botocore>=1.7.0, <1.8.0',
'celery>=4.2.0',
'celery>=4.2.0, <5.0.0',
'click>=6.0, <7.0.0', # click >=7 forces "-" instead of "_"
'colorama',
'contextlib2',
'cryptography',
'flask<1.0.0',
'flask-appbuilder>=1.12.1',
'flask>=1.0.0, <2.0.0',
'flask-appbuilder>=1.12.1, <2.0.0',
'flask-caching',
'flask-compress',
'flask-migrate',
'flask-wtf',
'flower', # deprecated
'future>=0.16.0, <0.17',
'geopy',
'gunicorn', # deprecated
'humanize',