Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
CHANGED
@@ -36,3 +36,14 @@ uc-micro-py==1.0.1
|
|
36 |
uvicorn==0.21.1
|
37 |
websockets==11.0.2
|
38 |
XStatic-bootswatch==3.3.7.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|