mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
SQLAlchemy stopped supporting Python 2.6.
This commit is contained in:
committed by
Dave Page
parent
b7c86da586
commit
c0cfc9f29b
@@ -91,7 +91,8 @@ setup(
|
||||
"Flask-Script",
|
||||
"psycopg2==2.7.3.2",
|
||||
"pycrypto==2.6.1",
|
||||
"python-dateutil==2.5.0"
|
||||
"python-dateutil==2.5.0",
|
||||
"SQLAlchemy==1.0.14"
|
||||
],
|
||||
":python_version<='2.7'": [
|
||||
"backports.csv", "importlib"
|
||||
@@ -100,7 +101,8 @@ setup(
|
||||
"Flask-HTMLmin",
|
||||
"psycopg2>=2.7.3.2",
|
||||
"pycryptodome",
|
||||
"python-dateutil>=2.7.1"
|
||||
"python-dateutil>=2.7.1",
|
||||
"SQLAlchemy>=1.2.5"
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user