From 3bb7d051a1491cac17a05df3321d9c99c82f0438 Mon Sep 17 00:00:00 2001 From: henrikstranneheim Date: Tue, 5 Mar 2024 15:22:22 +0100 Subject: [PATCH 1/3] fix(pydantic) --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index d268008..3162f1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,3 +20,5 @@ numpy aiofiles python-dotenv google-auth +pydantic==1.10.14 +email-validator From 845c938d1c288212f80d9b4f34f03e005a59a6f2 Mon Sep 17 00:00:00 2001 From: henrikstranneheim Date: Tue, 5 Mar 2024 15:29:40 +0100 Subject: [PATCH 2/3] 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 From 76e0d88710379f916fcc30838e4aabb605776130 Mon Sep 17 00:00:00 2001 From: henrikstranneheim Date: Tue, 5 Mar 2024 16:02:24 +0100 Subject: [PATCH 3/3] fix(import) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 50fa5e9..3e66597 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,6 +18,7 @@ pydantic==1.10.14 pymysql python-dotenv python-jose[cryptography] +python-multipart pyyaml requests sqlmodel