mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed dependencies
This commit is contained in:
parent
2e60f9fad6
commit
1ec5db3e6a
2 changed files with 2 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -65,6 +65,7 @@ setup(
|
||||||
'aiohttp>=3.8.0,<3.9.0',
|
'aiohttp>=3.8.0,<3.9.0',
|
||||||
'Babel>=2.9.1,<2.10.0',
|
'Babel>=2.9.1,<2.10.0',
|
||||||
'certifi>=2021.10.8',
|
'certifi>=2021.10.8',
|
||||||
|
'magic-filter>=1.0.9',
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
'proxy': [
|
'proxy': [
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py38,py39,py310,py311
|
envlist = py38,py39,py310
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = -rdev_requirements.txt
|
deps = -rdev_requirements.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue