From 845c938d1c288212f80d9b4f34f03e005a59a6f2 Mon Sep 17 00:00:00 2001 From: henrikstranneheim Date: Tue, 5 Mar 2024 15:29:40 +0100 Subject: [PATCH] fix(request) --- requirements.txt | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3162f1f..50fa5e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,24 +1,25 @@ -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 -python-dotenv -google-auth +openpyxl +passlib pydantic==1.10.14 -email-validator +pymysql +python-dotenv +python-jose[cryptography] +pyyaml +requests +sqlmodel +uvicorn +uvloop