mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat: Switch to postgres
Migrate from MariaDB to PostgreSQL. Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
parent
eca8bbf515
commit
122df968dc
64 changed files with 1467 additions and 1441 deletions
|
@ -77,7 +77,6 @@ paginate = "^0.5.6"
|
|||
|
||||
# SQL
|
||||
alembic = "^1.13.1"
|
||||
mysqlclient = "^2.2.3"
|
||||
Authlib = "^1.3.0"
|
||||
Jinja2 = "^3.1.3"
|
||||
Markdown = "^3.6"
|
||||
|
@ -92,9 +91,10 @@ pytest-xdist = "^3.5.0"
|
|||
filelock = "^3.13.3"
|
||||
posix-ipc = "^1.1.1"
|
||||
pyalpm = "^0.10.6"
|
||||
fastapi = "^0.112.0"
|
||||
fastapi = "0.112.1"
|
||||
srcinfo = "^0.1.2"
|
||||
tomlkit = "^0.13.0"
|
||||
psycopg2 = {extras = ["c"], version = "^2.9.7"}
|
||||
|
||||
# Tracing
|
||||
prometheus-fastapi-instrumentator = "^7.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue