diff options
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 33 |
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 @@ | |||
| 1 | aiogram==2.21; python_version >= "3.7" | 1 | aiogram==2.23.1 ; python_version >= "3.10" and python_version < "4.0" |
| 2 | aiohttp==3.8.1; python_version >= "3.7" | 2 | aiohttp==3.8.3 ; python_version >= "3.10" and python_version < "4.0" |
| 3 | aiosignal==1.2.0; python_version >= "3.7" | 3 | aiosignal==1.3.1 ; python_version >= "3.10" and python_version < "4.0" |
| 4 | async-timeout==4.0.2; python_version >= "3.7" | 4 | async-timeout==4.0.2 ; python_version >= "3.10" and python_version < "4.0" |
| 5 | attrs==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" | 5 | attrs==22.1.0 ; python_version >= "3.10" and python_version < "4.0" |
| 6 | babel==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" | 6 | babel==2.9.1 ; python_version >= "3.10" and python_version < "4.0" |
| 7 | certifi==2022.6.15; python_version >= "3.7" | 7 | certifi==2022.9.24 ; python_version >= "3.10" and python_version < "4.0" |
| 8 | charset-normalizer==2.1.0; python_full_version >= "3.6.0" and python_version >= "3.7" | 8 | charset-normalizer==2.1.1 ; python_version >= "3.10" and python_version < "4.0" |
| 9 | frozenlist==1.3.0; python_version >= "3.7" | 9 | frozenlist==1.3.3 ; python_version >= "3.10" and python_version < "4.0" |
| 10 | idna==3.3; python_version >= "3.7" | 10 | greenlet==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" |
| 11 | mc.py==3.1.1; python_version >= "3.6" | 11 | idna==3.4 ; python_version >= "3.10" and python_version < "4.0" |
| 12 | multidict==6.0.2; python_version >= "3.7" | 12 | magic-filter==1.0.9 ; python_version >= "3.10" and python_version < "4.0" |
| 13 | pytz==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" | 13 | mc-py==4.0.0 ; python_version >= "3.10" and python_version < "4.0" |
| 14 | yarl==1.7.2; python_version >= "3.7" | 14 | multidict==6.0.2 ; python_version >= "3.10" and python_version < "4.0" |
| 15 | pydantic==1.10.2 ; python_version >= "3.10" and python_version < "4.0" | ||
| 16 | pytz==2022.6 ; python_version >= "3.10" and python_version < "4.0" | ||
| 17 | sqlalchemy==2.0.0b3 ; python_version >= "3.10" and python_version < "4.0" | ||
| 18 | typing-extensions==4.4.0 ; python_version >= "3.10" and python_version < "4.0" | ||
| 19 | yarl==1.8.1 ; python_version >= "3.10" and python_version < "4.0" | ||
