mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-08 07:03:02 -06:00
Fix Python wheel dependencies. Fixes #3011
This commit is contained in:
parent
8520871bc6
commit
6f8066d261
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user