8 lines
171 B
Bash
8 lines
171 B
Bash
# requirements.txt
|
|
fastapi==0.110.0
|
|
uvicorn[standard]==0.29.0
|
|
sqlmodel==0.0.16
|
|
python-multipart==0.0.9
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
click==8.1.7 |