Spaces:
Sleeping
Sleeping
Xilixmeaty40
commited on
Commit
•
cee4374
1
Parent(s):
75f1785
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
requests
|
4 |
+
beautifulsoup4
|
5 |
+
pydantic
|
6 |
+
gradio
|
7 |
+
fake-useragent
|
8 |
+
python-dotenv
|
9 |
+
tqdm
|
10 |
+
Faker
|