feat: postgres changes

Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
moson 2023-11-15 21:32:32 +01:00
parent 5d302ae00c
commit be38b8abff
No known key found for this signature in database
GPG key ID: 4A4760AB4EE15296
64 changed files with 558 additions and 615 deletions

View file

@ -78,7 +78,6 @@ paginate = "^0.5.6"
# SQL
alembic = "^1.12.0"
mysqlclient = "^2.2.0"
Authlib = "^1.2.1"
Jinja2 = "^3.1.2"
Markdown = "^3.4.4"
@ -97,6 +96,7 @@ pyalpm = "^0.10.6"
fastapi = "^0.103.2"
srcinfo = "^0.1.2"
tomlkit = "^0.12.0"
psycopg2 = {extras = ["c"], version = "^2.9.7"}
[tool.poetry.dev-dependencies]
coverage = "^7.3.2"