Fixed missing dependencies

This commit is contained in:
2024-04-02 12:14:47 +02:00
parent 8eb04f4b17
commit 754a951dc3

View File

@@ -13,3 +13,11 @@ fastapi-pagination==0.12.21 # Pagination
sqlalchemy==2.0.29 # SQLAlchemy
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