Suppressed the use of SQLAlchemy 1.4
This commit is contained in:
parent
545b5828b5
commit
535aa0d8fe
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
alembic>=0.8.5
|
alembic>=0.8.5
|
||||||
pyyaml>=3.11
|
pyyaml>=3.11
|
||||||
psycopg2-binary>=2.6.1
|
psycopg2-binary>=2.6.1
|
||||||
SQLAlchemy>=1.0.12
|
SQLAlchemy>=1.0.12, <1.4
|
||||||
coloredlogs==5.0
|
coloredlogs==5.0
|
||||||
certifi>=2017.11.5
|
certifi>=2017.11.5
|
||||||
numpy>=1.8.2
|
numpy>=1.8.2
|
||||||
|
|
Loading…
Reference in a new issue