mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Bump Bot API 5.2. Added integration with MagicFilter
This commit is contained in:
parent
51f0b77a9e
commit
eff414b9e5
20 changed files with 208 additions and 62 deletions
|
|
@ -33,14 +33,14 @@ classifiers = [
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
aiohttp = "^3.6"
|
||||
pydantic = "^1.5"
|
||||
Babel = "^2.7"
|
||||
aiohttp = "^3.7.4"
|
||||
pydantic = "^1.8.1"
|
||||
Babel = "^2.9.1"
|
||||
aiofiles = "^0.6.0"
|
||||
async_lru = "^1.0"
|
||||
async_lru = "^1.0.2"
|
||||
aiohttp-socks = { version = "^0.5.5", optional = true }
|
||||
typing-extensions = { version = "^3.7.4", python = "<3.8" }
|
||||
magic-filter = "^0.1.2"
|
||||
magic-filter = {version = "1.0.0a1", allow-prereleases = true}
|
||||
sphinx = { version = "^3.1.0", optional = true }
|
||||
sphinx-intl = { version = "^2.0.1", optional = true }
|
||||
sphinx-autobuild = { version = "^2020.9.1", optional = true }
|
||||
|
|
@ -51,18 +51,18 @@ Sphinx-Substitution-Extensions = { version = "^2020.9.30", optional = true }
|
|||
|
||||
[tool.poetry.dev-dependencies]
|
||||
aiohttp-socks = "^0.5"
|
||||
ipython = "^7.10"
|
||||
ipython = "^7.22.0"
|
||||
uvloop = { version = "^0.15.2", markers = "sys_platform == 'darwin' or sys_platform == 'linux'" }
|
||||
black = "^20.8b1"
|
||||
black = "^21.4b2"
|
||||
isort = "^5.8.0"
|
||||
flake8 = "^3.9.1"
|
||||
flake8-html = "^0.4.1"
|
||||
mypy = "^0.812"
|
||||
pytest = "^6.2.3"
|
||||
pytest-html = "^3.1.1"
|
||||
pytest-asyncio = "^0.14.0"
|
||||
pytest-asyncio = "^0.15.1"
|
||||
pytest-mypy = "^0.8.1"
|
||||
pytest-mock = "^3.5.1"
|
||||
pytest-mock = "^3.6.0"
|
||||
pytest-cov = "^2.11.1"
|
||||
aresponses = "^2.1.4"
|
||||
asynctest = "^0.13.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue