mirror of
https://github.com/creyD/creyPY.git
synced 2026-04-15 04:40:36 +02:00
Fixed missing dependencies
This commit is contained in:
@@ -13,3 +13,11 @@ fastapi-pagination==0.12.21 # Pagination
|
|||||||
sqlalchemy==2.0.29 # SQLAlchemy
|
sqlalchemy==2.0.29 # SQLAlchemy
|
||||||
|
|
||||||
python-dotenv==1.0.1 # Environment variables
|
python-dotenv==1.0.1 # Environment variables
|
||||||
|
|
||||||
|
psycopg==3.1.18 # PostgreSQL
|
||||||
|
psycopg-binary==3.1.18 # PostgreSQL
|
||||||
|
psycopg-pool==3.2.1 # PostgreSQL
|
||||||
|
|
||||||
|
h11==0.14.0 # Testing
|
||||||
|
httpcore==1.0.5 # Testing
|
||||||
|
httpx==0.27.0 # Testing
|
||||||
|
|||||||
Reference in New Issue
Block a user