Rework event propagation to routers mechanism. Fixed compatibility with Python 3.10 syntax (match keyword)

This commit is contained in:
Alex Root Junior 2021-07-31 21:35:52 +03:00
parent 779fe6aa4a
commit a2bafb27e4
11 changed files with 91 additions and 29 deletions

View file

@ -37,8 +37,9 @@ pydantic = "^1.8.1"
Babel = "^2.9.1"
aiofiles = "^0.6.0"
async_lru = "^1.0.2"
frozenlist = "^1.1.1"
aiohttp-socks = { version = "^0.5.5", optional = true }
aioredis = { version = "^2.0.0a1", allow-prereleases = true, optional = true }
aioredis = { version = "^2.0.0", allow-prereleases = true, optional = true }
magic-filter = { version = "1.0.0a1", allow-prereleases = true }
sphinx = { version = "^3.1.0", optional = true }
sphinx-intl = { version = "^2.0.1", optional = true }