python/setup.cfg

15 lines
225 B
INI

[options]
install_requires =
aiohttp
[options.extras_require]
# Used inside tox for linting
lint =
black==22.3.0
flake8==4.0.1
flake8-black==0.3.3
# Required for the developer
develop =
%(lint)s
jedi