mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update tests
This commit is contained in:
parent
4dfd86fd7d
commit
237c98636a
14 changed files with 440 additions and 396 deletions
|
|
@ -34,15 +34,19 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3.10",
|
||||
"Topic :: Software Development :: Libraries :: Application Frameworks",
|
||||
]
|
||||
packages = [
|
||||
{ include = "aiogram" }
|
||||
]
|
||||
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
magic-filter = "^1.0.8"
|
||||
magic-filter = "^1.0.9"
|
||||
aiohttp = "^3.8.1"
|
||||
pydantic = "^1.10.2"
|
||||
aiofiles = "^22.1.0"
|
||||
# Fast
|
||||
uvloop = { version = "^0.16.0", markers = "sys_platform == 'darwin' or sys_platform == 'linux'", optional = true }
|
||||
uvloop = { version = "^0.17.0", markers = "sys_platform == 'darwin' or sys_platform == 'linux'", optional = true }
|
||||
# i18n
|
||||
Babel = { version = "^2.9.1", optional = true }
|
||||
# Proxy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue