Spaces:
Sleeping
Sleeping
Commit
·
afdedd5
1
Parent(s):
2781348
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
blinker==1.6.2
|
2 |
+
certifi==2023.7.22
|
3 |
+
charset-normalizer==3.2.0
|
4 |
+
click==8.1.7
|
5 |
+
colorama==0.4.6
|
6 |
+
Flask==2.3.3
|
7 |
+
idna==3.4
|
8 |
+
itsdangerous==2.1.2
|
9 |
+
Jinja2==3.1.2
|
10 |
+
MarkupSafe==2.1.3
|
11 |
+
python-dotenv==1.0.0
|
12 |
+
requests==2.31.0
|
13 |
+
urllib3==2.0.4
|
14 |
+
Werkzeug==2.3.7
|
15 |
+
gunicorn
|