Skip to content

Commit

Permalink
fix(request)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikstranneheim committed Mar 5, 2024
1 parent 3bb7d05 commit 845c938
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 845c938

Please sign in to comment.