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