use postgresql

This commit is contained in:
knst-kotov
2021-07-26 08:50:33 +00:00
parent 9648870f39
commit a872ebdf31
5 changed files with 21 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ SQLAlchemy = "*"
itsdangerous = "*"
authlib = "*"
httpx = "*"
psycopg2 = "*"
[dev-packages]