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
3 changed files with 3 additions and 47 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

@ -1,6 +1,6 @@
# API
## postgres
## prodtgres
```bash
# Acerder à postgres

View File

@ -1,44 +1,7 @@
annotated-doc==0.0.3
annotated-types==0.7.0
anyio==4.11.0
certifi==2025.10.5
click==8.3.0
dnspython==2.8.0
email-validator==2.3.0
fastapi==0.120.1
fastapi-cli==0.0.14
fastapi-cloud-cli==0.3.1
greenlet==3.2.4
h11==0.16.0
httpcore==1.0.9
httptools==0.7.1
httpx==0.28.1
idna==3.11
Jinja2==3.1.6
markdown-it-py==4.0.0
MarkupSafe==3.0.3
mdurl==0.1.2
psycopg2==2.9.11
pydantic==2.12.3
pydantic_core==2.41.4
Pygments==2.19.2
python-dotenv==1.2.1
python-multipart==0.0.20
PyYAML==6.0.3
rich==14.2.0
rich-toolkit==0.15.1
rignore==0.7.1
sentry-sdk==2.42.1
shellingham==1.5.4
sniffio==1.3.1
SQLAlchemy==2.0.44
SQLAlchemy-Utils==0.42.0
starlette==0.49.0
typer==0.20.0
typing-inspection==0.4.2
typing_extensions==4.15.0
urllib3==2.5.0
uvicorn==0.38.0
uvloop==0.22.1
watchfiles==1.1.1
websockets==15.0.1
fastapi==0.120.2
dotenv==1.2.1