Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.104.1
|
| 2 |
+
uvicorn==0.24.0
|
| 3 |
+
pydantic==2.5.2
|
| 4 |
+
phonenumbers==8.13.26
|
| 5 |
+
requests==2.31.0
|
| 6 |
+
beautifulsoup4==4.12.2
|
| 7 |
+
huggingface-hub==0.19.4
|
| 8 |
+
python-dotenv==1.0.0
|