From 754a951dc36450d2998890ca08229a0d70d237bf Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 2 Apr 2024 12:14:47 +0200 Subject: [PATCH] Fixed missing dependencies --- requirements.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/requirements.txt b/requirements.txt index e1018c6..1127aa4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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