Compare commits

...

1 Commits

Author SHA1 Message Date
Priveetee
0f49d8ccab chore(requirements): Correct requirements.txt, doesnt create the user role 2025-10-29 15:47:02 +01:00
2 changed files with 2 additions and 7 deletions

View File

@ -1,7 +0,0 @@
DB_HOST=ip-address
DB_PORT=port
DB_NAME=name
DB_USER=user
DB_PASSWORD=password
DATABASE_URL="postgresql+psycopg2://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}"

View File

@ -3,3 +3,5 @@ psycopg2==2.9.11
SQLAlchemy==2.0.44 SQLAlchemy==2.0.44
SQLAlchemy-Utils==0.42.0 SQLAlchemy-Utils==0.42.0
typing_extensions==4.15.0 typing_extensions==4.15.0
fastapi==0.120.2
dotenv==1.2.1