diff options
| author | nothink (Satoshi Ishii) | 2021-04-20 22:52:29 +0900 |
|---|---|---|
| committer | GitHub | 2021-04-20 22:52:29 +0900 |
| commit | 535aa0d8fef2d6e39233977d11b65c3996a99096 (patch) | |
| tree | 81f94d473e96698d6d70410012cc7a33479c73af /server/requirements.txt | |
| parent | 545b5828b512f97a1782e99a2f2d825f48cbbd60 (diff) | |
Suppressed the use of SQLAlchemy 1.4
Diffstat (limited to 'server/requirements.txt')
| -rw-r--r-- | server/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/requirements.txt b/server/requirements.txt index 35e56ab..043c4f1 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,7 +1,7 @@ alembic>=0.8.5 pyyaml>=3.11 psycopg2-binary>=2.6.1 -SQLAlchemy>=1.0.12 +SQLAlchemy>=1.0.12, <1.4 coloredlogs==5.0 certifi>=2017.11.5 numpy>=1.8.2 |