mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* Rewrite filters * Update README.rst * Fixed tests * Small optimization of the Text filter (TY to @bomzheg) * Remove dataclass slots argument in due to the only Python 3.10 has an slots argument * Fixed mypy * Update tests * Disable Python 3.11 * Fixed #1013: Empty mention should be None instead of empty string. * Added #990 to the changelog * Added #942 to the changelog * Fixed coverage * Update poetry and dependencies * Fixed mypy * Remove deprecated code * Added more tests, update pyproject.toml * Partial update docs * Added initial Docs translation files * Added more changes * Added log message when connection is established in polling process * Fixed action * Disable lint for PyPy * Added changelog for docs translation
15 lines
1 KiB
Text
15 lines
1 KiB
Text
aiofiles==22.1.0 ; python_version >= "3.8" and python_version < "4.0"
|
|
aiohttp==3.8.3 ; python_version >= "3.8" and python_version < "4.0"
|
|
aiosignal==1.2.0 ; python_version >= "3.8" and python_version < "4.0"
|
|
async-timeout==4.0.2 ; python_version >= "3.8" and python_version < "4.0"
|
|
attrs==22.1.0 ; python_version >= "3.8" and python_version < "4.0"
|
|
babel==2.10.3 ; python_version >= "3.8" and python_version < "4.0"
|
|
charset-normalizer==2.1.1 ; python_version >= "3.8" and python_version < "4.0"
|
|
frozenlist==1.3.1 ; python_version >= "3.8" and python_version < "4.0"
|
|
idna==3.4 ; python_version >= "3.8" and python_version < "4.0"
|
|
magic-filter==1.0.9 ; python_version >= "3.8" and python_version < "4.0"
|
|
multidict==6.0.2 ; python_version >= "3.8" and python_version < "4.0"
|
|
pydantic==1.10.2 ; python_version >= "3.8" and python_version < "4.0"
|
|
pytz==2022.2.1 ; python_version >= "3.8" and python_version < "4.0"
|
|
typing-extensions==4.3.0 ; python_version >= "3.8" and python_version < "4.0"
|
|
yarl==1.8.1 ; python_version >= "3.8" and python_version < "4.0"
|