Browse Source

Set sqlalchemy version to less than 1.4.0

See https://github.com/perara/wg-manager/pull/91 for the reason to set the sqlalchemy to less than 1.4.0
https://stackoverflow.com/questions/66644975/importerror-cannot-import-name-columnentity-from-sqlalchemy-orm-query
pull/92/head
aaronnad 4 years ago
committed by GitHub
parent
commit
90a8207e77
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      wg_dashboard_backend/requirements.txt

2
wg_dashboard_backend/requirements.txt

@ -2,7 +2,7 @@ pydantic
fastapi
aiofiles
aiosqlite
sqlalchemy
sqlalchemy < 1.4.0
databases
PyJWT
passlib

Loading…
Cancel
Save