Fix Python wheel dependencies. Fixes #3011

This commit is contained in:
Dave Page 2018-01-15 09:15:46 +05:30
parent 8520871bc6
commit 6f8066d261

View File

@ -86,8 +86,9 @@ setup(
extras_require={
# ...
":python_version<'2.7'": ["ordereddict"],
":python_version<'2.7'": ["ordereddict", "Flask-Script"],
":python_version<='2.7'": ["backports.csv", "importlib"],
":python_version>='2.7'": ["Flask-HTMLmin"]
},
# Specify data files to be included. For Python 2.6 include them in MANIFEST.in