mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Remove filters factory, introduce docs translation (#978)
* 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
This commit is contained in:
parent
94030903ec
commit
f4251382e8
610 changed files with 61738 additions and 1687 deletions
64
requirements/docs.txt
Normal file
64
requirements/docs.txt
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
aiofiles==22.1.0 ; python_version >= "3.8" and python_version < "4.0"
|
||||
aiohttp-socks==0.7.1 ; 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"
|
||||
alabaster==0.7.12 ; 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"
|
||||
beautifulsoup4==4.11.1 ; python_version >= "3.8" and python_version < "4.0"
|
||||
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"
|
||||
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"
|
||||
furo==2022.9.29 ; python_version >= "3.8" and python_version < "4.0"
|
||||
idna==3.4 ; python_version >= "3.8" and python_version < "4.0"
|
||||
imagesize==1.4.1 ; python_version >= "3.8" and python_version < "4.0"
|
||||
importlib-metadata==4.13.0 ; python_version >= "3.8" and python_version < "3.10"
|
||||
incremental==21.3.0 ; python_version >= "3.8" and python_version < "4.0"
|
||||
jinja2==3.1.2 ; python_version >= "3.8" and python_version < "4.0"
|
||||
livereload==2.6.3 ; python_version >= "3.8" and python_version < "4.0"
|
||||
magic-filter==1.0.9 ; python_version >= "3.8" and python_version < "4.0"
|
||||
markdown-include==0.7.0 ; python_version >= "3.8" and python_version < "4.0"
|
||||
markdown==3.4.1 ; python_version >= "3.8" and python_version < "4.0"
|
||||
markupsafe==2.1.1 ; python_version >= "3.8" and python_version < "4.0"
|
||||
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"
|
||||
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.2.1 ; python_version >= "3.8" and python_version < "4.0"
|
||||
redis==4.3.4 ; python_version >= "3.8" and python_version < "4.0"
|
||||
requests==2.28.1 ; python_version >= "3.8" and python_version < "4"
|
||||
setuptools==65.4.1 ; python_version >= "3.8" and python_version < "4.0"
|
||||
six==1.16.0 ; python_version >= "3.8" and python_version < "4.0"
|
||||
snowballstemmer==2.2.0 ; python_version >= "3.8" and python_version < "4.0"
|
||||
soupsieve==2.3.2.post1 ; python_version >= "3.8" and python_version < "4.0"
|
||||
sphinx-autobuild==2021.3.14 ; python_version >= "3.8" and python_version < "4.0"
|
||||
sphinx-basic-ng==1.0.0b1 ; python_version >= "3.8" and python_version < "4.0"
|
||||
sphinx-copybutton==0.5.0 ; python_version >= "3.8" and python_version < "4.0"
|
||||
sphinx-intl==2.0.1 ; python_version >= "3.8" and python_version < "4.0"
|
||||
sphinx-prompt==1.5.0 ; python_version >= "3.8" and python_version < "4.0"
|
||||
sphinx-substitution-extensions==2022.2.16 ; python_version >= "3.8" and python_version < "4.0"
|
||||
sphinx==5.2.3 ; python_version >= "3.8" and python_version < "4.0"
|
||||
sphinxcontrib-applehelp==1.0.2 ; python_version >= "3.8" and python_version < "4.0"
|
||||
sphinxcontrib-devhelp==1.0.2 ; python_version >= "3.8" and python_version < "4.0"
|
||||
sphinxcontrib-htmlhelp==2.0.0 ; python_version >= "3.8" and python_version < "4.0"
|
||||
sphinxcontrib-jsmath==1.0.1 ; python_version >= "3.8" and python_version < "4.0"
|
||||
sphinxcontrib-qthelp==1.0.3 ; python_version >= "3.8" and python_version < "4.0"
|
||||
sphinxcontrib-serializinghtml==1.1.5 ; python_version >= "3.8" and python_version < "4.0"
|
||||
tomli==2.0.1 ; python_version >= "3.8" and python_version < "4.0"
|
||||
tornado==6.2 ; python_version >= "3.8" and python_version < "4.0"
|
||||
towncrier==22.8.0 ; python_version >= "3.8" and python_version < "4.0"
|
||||
typing-extensions==4.3.0 ; python_version >= "3.8" and python_version < "4.0"
|
||||
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.8.1 ; python_version >= "3.8" and python_version < "3.10"
|
||||
Loading…
Add table
Add a link
Reference in a new issue