Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -41
requirements.txt
CHANGED
@@ -1,49 +1,11 @@
|
|
1 |
-
anyio==3.6.2
|
2 |
-
appdirs==1.4.4
|
3 |
-
asgiref==3.6.0
|
4 |
-
click==8.1.3
|
5 |
-
contextvars==2.4
|
6 |
-
contourpy==1.0.7
|
7 |
-
cycler==0.11.0
|
8 |
-
fonttools==4.39.3
|
9 |
-
h11==0.14.0
|
10 |
-
htmltools==0.2.1
|
11 |
-
idna==3.4
|
12 |
-
immutables==0.19
|
13 |
-
kiwisolver==1.4.4
|
14 |
-
linkify-it-py==2.0.0
|
15 |
-
markdown-it-py==2.2.0
|
16 |
-
matplotlib==3.7.1
|
17 |
-
mdit-py-plugins==0.3.5
|
18 |
-
mdurl==0.1.2
|
19 |
-
numpy==1.24.2
|
20 |
-
packaging==23.1
|
21 |
-
pandas==2.0.1
|
22 |
-
Pillow==9.5.0
|
23 |
-
pyparsing==3.0.9
|
24 |
-
python-dateutil==2.8.2
|
25 |
-
python-multipart==0.0.6
|
26 |
-
pytz==2023.3
|
27 |
-
seaborn==0.12.2
|
28 |
-
shiny==0.3.3
|
29 |
-
shinyswatch==0.2.3
|
30 |
-
six==1.16.0
|
31 |
-
sniffio==1.3.0
|
32 |
-
starlette==0.26.1
|
33 |
-
typing_extensions==4.5.0
|
34 |
-
tzdata==2023.3
|
35 |
-
uc-micro-py==1.0.1
|
36 |
-
uvicorn==0.21.1
|
37 |
-
websockets==11.0.2
|
38 |
-
XStatic-bootswatch==3.3.7.0
|
39 |
aiogram==2.9.2
|
40 |
-
aiohttp==3.7.4
|
41 |
aiofiles==0.6.0
|
42 |
python-dotenv==0.15.0
|
43 |
pytz==2020.5
|
44 |
aiodns==2.0.0
|
45 |
certifi==2020.12.5
|
46 |
chardet==4.0.0
|
47 |
-
idna==2.10
|
48 |
-
multidict==5.1.0
|
49 |
yarl==1.6.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
aiogram==2.9.2
|
2 |
+
aiohttp==3.7.4
|
3 |
aiofiles==0.6.0
|
4 |
python-dotenv==0.15.0
|
5 |
pytz==2020.5
|
6 |
aiodns==2.0.0
|
7 |
certifi==2020.12.5
|
8 |
chardet==4.0.0
|
9 |
+
idna==2.10
|
10 |
+
multidict==5.1.0
|
11 |
yarl==1.6.3
|