mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix wheel deps
This commit is contained in:
parent
fbbf9d1de2
commit
43aa0c9f3c
@ -87,26 +87,26 @@ setup(
|
|||||||
extras_require={
|
extras_require={
|
||||||
# ...
|
# ...
|
||||||
":python_version<'2.7'": [
|
":python_version<'2.7'": [
|
||||||
"ordereddict",
|
|
||||||
"Flask-Script",
|
|
||||||
"psycopg2==2.7.3.2",
|
"psycopg2==2.7.3.2",
|
||||||
"pycrypto==2.6.1",
|
"Flask-Script==2.0.5",
|
||||||
|
"ordereddict",
|
||||||
"python-dateutil==2.5.0",
|
"python-dateutil==2.5.0",
|
||||||
"SQLAlchemy==1.0.14",
|
"SQLAlchemy==1.0.14",
|
||||||
"Flask-Security==1.7.5",
|
"Flask-Security==1.7.5",
|
||||||
"Flask-BabelEx==0.9.3"
|
"Flask-BabelEx==0.9.3"
|
||||||
],
|
],
|
||||||
":python_version<='2.7'": [
|
":python_version<='2.7'": [
|
||||||
"backports.csv",
|
"backports.csv==1.0.5",
|
||||||
"importlib"
|
"importlib==1.0.3"
|
||||||
],
|
],
|
||||||
":python_version>='2.7'": [
|
":python_version>='2.7'": [
|
||||||
"Flask-HTMLmin",
|
"psycopg2>=2.7.4",
|
||||||
"psycopg2>=2.7.3.2",
|
|
||||||
"pycrypto==2.6.1",
|
|
||||||
"python-dateutil>=2.7.1",
|
"python-dateutil>=2.7.1",
|
||||||
|
"htmlmin==0.1.12",
|
||||||
|
"Flask-HTMLmin==1.3.2",
|
||||||
"SQLAlchemy>=1.2.5",
|
"SQLAlchemy>=1.2.5",
|
||||||
"Flask-Security>=3.0.0"
|
"Flask-Security>=3.0.0",
|
||||||
|
"sshtunnel>=0.1.3"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user