From 3b9d944718260b15f560472eb27272107ebb4cd4 Mon Sep 17 00:00:00 2001 From: Henrik Stranneheim Date: Wed, 6 Mar 2024 09:18:08 +0100 Subject: [PATCH] fix(pydantic) (#81) ### Fixed - Missing imports --- requirements.txt | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/requirements.txt b/requirements.txt index d268008..3e66597 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,22 +1,26 @@ -click -pyyaml -coloredlogs -bump2version -pymysql -sqlmodel -openpyxl -SQLAlchemy==1.4.30 # server stuff -passlib +SQLAlchemy==1.4.30 +aiofiles +bcrypt +bump2version +click +coloredlogs +email-validator fastapi==0.75.0 -uvicorn -uvloop -httptools +google-auth gunicorn -python-jose[cryptography] -bcrypt +httptools numpy -aiofiles +openpyxl +passlib +pydantic==1.10.14 +pymysql python-dotenv -google-auth +python-jose[cryptography] +python-multipart +pyyaml +requests +sqlmodel +uvicorn +uvloop