Spaces:
Runtime error
Runtime error
Hemanth Sai
commited on
Commit
·
662a13d
1
Parent(s):
9c8224a
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
fastapi==0.99.1
|
2 |
uvicorn
|
3 |
requests
|
|
|
4 |
python-jose[cryptography]
|
5 |
passlib[bcrypt]
|
6 |
mysql-connector-python
|
|
|
1 |
fastapi==0.99.1
|
2 |
uvicorn
|
3 |
requests
|
4 |
+
pydantic==1.10.12
|
5 |
python-jose[cryptography]
|
6 |
passlib[bcrypt]
|
7 |
mysql-connector-python
|