mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-14 10:53:23 +00:00
UA translation of filtering events docs (#1043)
* UA translation of filtering events docs * Small changes in description * Remove unused text Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
This commit is contained in:
parent
5c3f442866
commit
1e60e10997
14 changed files with 552 additions and 428 deletions
|
|
@ -11,7 +11,7 @@ certifi==2022.9.24 ; python_version >= "3.8" and python_version < "4"
|
|||
charset-normalizer==2.1.1 ; python_version >= "3.8" and python_version < "4.0"
|
||||
click-default-group==1.2.2 ; python_version >= "3.8" and python_version < "4.0"
|
||||
click==8.1.3 ; python_version >= "3.8" and python_version < "4.0"
|
||||
colorama==0.4.5 ; python_version >= "3.8" and python_version < "4.0"
|
||||
colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0"
|
||||
deprecated==1.2.13 ; python_version >= "3.8" and python_version < "4.0"
|
||||
docutils==0.19 ; python_version >= "3.8" and python_version < "4.0"
|
||||
frozenlist==1.3.1 ; python_version >= "3.8" and python_version < "4.0"
|
||||
|
|
@ -30,7 +30,7 @@ multidict==6.0.2 ; python_version >= "3.8" and python_version < "4.0"
|
|||
packaging==21.3 ; python_version >= "3.8" and python_version < "4.0"
|
||||
pydantic==1.10.2 ; python_version >= "3.8" and python_version < "4.0"
|
||||
pygments==2.13.0 ; python_version >= "3.8" and python_version < "4.0"
|
||||
pymdown-extensions==9.6 ; python_version >= "3.8" and python_version < "4.0"
|
||||
pymdown-extensions==9.7 ; python_version >= "3.8" and python_version < "4.0"
|
||||
pyparsing==3.0.9 ; python_version >= "3.8" and python_version < "4.0"
|
||||
python-socks[asyncio]==2.0.3 ; python_version >= "3.8" and python_version < "4.0"
|
||||
pytz==2022.5 ; python_version >= "3.8" and python_version < "4.0"
|
||||
|
|
@ -61,4 +61,4 @@ urllib3==1.26.12 ; python_version >= "3.8" and python_version < "4"
|
|||
uvloop==0.17.0 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "darwin" or python_version >= "3.8" and python_version < "4.0" and sys_platform == "linux"
|
||||
wrapt==1.14.1 ; python_version >= "3.8" and python_version < "4.0"
|
||||
yarl==1.8.1 ; python_version >= "3.8" and python_version < "4.0"
|
||||
zipp==3.9.0 ; python_version >= "3.8" and python_version < "3.10"
|
||||
zipp==3.10.0 ; python_version >= "3.8" and python_version < "3.10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue