aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt33
1 files changed, 19 insertions, 14 deletions
diff --git a/requirements.txt b/requirements.txt
index 33c807c..90d4534 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,14 +1,19 @@
1aiogram==2.21; python_version >= "3.7" 1aiogram==2.23.1 ; python_version >= "3.10" and python_version < "4.0"
2aiohttp==3.8.1; python_version >= "3.7" 2aiohttp==3.8.3 ; python_version >= "3.10" and python_version < "4.0"
3aiosignal==1.2.0; python_version >= "3.7" 3aiosignal==1.3.1 ; python_version >= "3.10" and python_version < "4.0"
4async-timeout==4.0.2; python_version >= "3.7" 4async-timeout==4.0.2 ; python_version >= "3.10" and python_version < "4.0"
5attrs==21.4.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7" 5attrs==22.1.0 ; python_version >= "3.10" and python_version < "4.0"
6babel==2.9.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7" 6babel==2.9.1 ; python_version >= "3.10" and python_version < "4.0"
7certifi==2022.6.15; python_version >= "3.7" 7certifi==2022.9.24 ; python_version >= "3.10" and python_version < "4.0"
8charset-normalizer==2.1.0; python_full_version >= "3.6.0" and python_version >= "3.7" 8charset-normalizer==2.1.1 ; python_version >= "3.10" and python_version < "4.0"
9frozenlist==1.3.0; python_version >= "3.7" 9frozenlist==1.3.3 ; python_version >= "3.10" and python_version < "4.0"
10idna==3.3; python_version >= "3.7" 10greenlet==2.0.1 ; python_version >= "3.10" and python_version < "4.0" and platform_machine == "aarch64" or python_version >= "3.10" and python_version < "4.0" and platform_machine == "ppc64le" or python_version >= "3.10" and python_version < "4.0" and platform_machine == "x86_64" or python_version >= "3.10" and python_version < "4.0" and platform_machine == "amd64" or python_version >= "3.10" and python_version < "4.0" and platform_machine == "AMD64" or python_version >= "3.10" and python_version < "4.0" and platform_machine == "win32" or python_version >= "3.10" and python_version < "4.0" and platform_machine == "WIN32"
11mc.py==3.1.1; python_version >= "3.6" 11idna==3.4 ; python_version >= "3.10" and python_version < "4.0"
12multidict==6.0.2; python_version >= "3.7" 12magic-filter==1.0.9 ; python_version >= "3.10" and python_version < "4.0"
13pytz==2022.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7" 13mc-py==4.0.0 ; python_version >= "3.10" and python_version < "4.0"
14yarl==1.7.2; python_version >= "3.7" 14multidict==6.0.2 ; python_version >= "3.10" and python_version < "4.0"
15pydantic==1.10.2 ; python_version >= "3.10" and python_version < "4.0"
16pytz==2022.6 ; python_version >= "3.10" and python_version < "4.0"
17sqlalchemy==2.0.0b3 ; python_version >= "3.10" and python_version < "4.0"
18typing-extensions==4.4.0 ; python_version >= "3.10" and python_version < "4.0"
19yarl==1.8.1 ; python_version >= "3.10" and python_version < "4.0"