Skip to content

Commit

Permalink
fix(pydantic) (#81)
Browse files Browse the repository at this point in the history
### Fixed

- Missing imports
  • Loading branch information
henrikstranneheim authored Mar 6, 2024
1 parent dddc3b0 commit 3b9d944
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3b9d944

Please sign in to comment.