Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
permit
|
2 |
-
fastapi
|
3 |
-
uvicorn
|
4 |
-
pydantic
|
5 |
python-dotenv
|
|
|
1 |
permit
|
2 |
+
fastapi==0.99.1
|
3 |
+
uvicorn
|
4 |
+
pydantic==1.10.12
|
5 |
python-dotenv
|