Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +24 -0
requirements.txt
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
aiohttp==3.9.1
|
| 2 |
+
aiosignal==1.3.1
|
| 3 |
+
async-timeout==4.0.3
|
| 4 |
+
attrs==23.1.0
|
| 5 |
+
blinker==1.7.0
|
| 6 |
+
certifi==2023.11.17
|
| 7 |
+
charset-normalizer==3.3.2
|
| 8 |
+
click==8.1.7
|
| 9 |
+
colorama==0.4.6
|
| 10 |
+
Faker==20.1.0
|
| 11 |
+
Flask==3.0.0
|
| 12 |
+
frozenlist==1.4.0
|
| 13 |
+
idna==3.6
|
| 14 |
+
itsdangerous==2.1.2
|
| 15 |
+
Jinja2==3.1.2
|
| 16 |
+
MarkupSafe==2.1.3
|
| 17 |
+
multidict==6.0.4
|
| 18 |
+
python-dateutil==2.8.2
|
| 19 |
+
six==1.16.0
|
| 20 |
+
tqdm==4.66.1
|
| 21 |
+
typing_extensions==4.8.0
|
| 22 |
+
urllib3==2.1.0
|
| 23 |
+
Werkzeug==3.0.1
|
| 24 |
+
yarl==1.9.3
|