Iwak
commited on
Commit
·
bc4e026
1
Parent(s):
6d81b28
- requirements.txt +23 -23
requirements.txt
CHANGED
@@ -1,40 +1,40 @@
|
|
1 |
-
aiofiles==
|
2 |
-
aiohttp==3.
|
3 |
aiosignal==1.3.1
|
4 |
async-timeout==4.0.3
|
5 |
asyncache==0.3.1
|
6 |
asyncio==3.4.3
|
7 |
-
attrs==
|
8 |
-
blinker==1.
|
9 |
-
cachetools==5.
|
10 |
-
certifi==2024.
|
11 |
charset-normalizer==3.3.2
|
12 |
click==8.1.7
|
13 |
contourpy==1.2.1
|
14 |
cycler==0.12.1
|
15 |
-
enkacard==3.3.
|
16 |
-
enkanetworkv2.py==2.
|
17 |
Flask==3.0.3
|
18 |
-
fonttools==4.
|
19 |
frozenlist==1.4.1
|
20 |
-
gunicorn==
|
21 |
-
idna==3.
|
22 |
-
itsdangerous==2.
|
23 |
-
Jinja2==3.1.
|
24 |
kiwisolver==1.4.5
|
25 |
MarkupSafe==2.1.5
|
26 |
-
matplotlib==3.
|
27 |
-
more-itertools==10.
|
28 |
multidict==6.0.5
|
29 |
-
numpy==1.
|
30 |
-
packaging==24.
|
31 |
-
pillow==10.
|
32 |
-
pydantic==
|
33 |
pyparsing==3.1.2
|
34 |
python-dateutil==2.9.0.post0
|
35 |
-
requests==2.
|
36 |
six==1.16.0
|
37 |
-
typing_extensions==4.
|
38 |
-
urllib3==2.2.
|
39 |
-
Werkzeug==3.0.
|
40 |
yarl==1.9.4
|
|
|
1 |
+
aiofiles==24.1.0
|
2 |
+
aiohttp==3.10.4
|
3 |
aiosignal==1.3.1
|
4 |
async-timeout==4.0.3
|
5 |
asyncache==0.3.1
|
6 |
asyncio==3.4.3
|
7 |
+
attrs==24.2.0
|
8 |
+
blinker==1.8.2
|
9 |
+
cachetools==5.5.0
|
10 |
+
certifi==2024.7.4
|
11 |
charset-normalizer==3.3.2
|
12 |
click==8.1.7
|
13 |
contourpy==1.2.1
|
14 |
cycler==0.12.1
|
15 |
+
enkacard==3.3.8
|
16 |
+
enkanetworkv2.py==2.1.4
|
17 |
Flask==3.0.3
|
18 |
+
fonttools==4.53.1
|
19 |
frozenlist==1.4.1
|
20 |
+
gunicorn==23.0.0
|
21 |
+
idna==3.7
|
22 |
+
itsdangerous==2.2.0
|
23 |
+
Jinja2==3.1.4
|
24 |
kiwisolver==1.4.5
|
25 |
MarkupSafe==2.1.5
|
26 |
+
matplotlib==3.9.2
|
27 |
+
more-itertools==10.4.0
|
28 |
multidict==6.0.5
|
29 |
+
numpy==2.1.0
|
30 |
+
packaging==24.1
|
31 |
+
pillow==10.4.0
|
32 |
+
pydantic==2.8.2
|
33 |
pyparsing==3.1.2
|
34 |
python-dateutil==2.9.0.post0
|
35 |
+
requests==2.32.3
|
36 |
six==1.16.0
|
37 |
+
typing_extensions==4.12.2
|
38 |
+
urllib3==2.2.2
|
39 |
+
Werkzeug==3.0.3
|
40 |
yarl==1.9.4
|