mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
A few setup.py improvements, removing future lib (#6219)
This commit is contained in:
committed by
GitHub
parent
7d6a4291e1
commit
0f6b39a6f7
7
setup.py
7
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user