python/setup.cfg

19 lines
277 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
[flake8]
max-line-length = 88
extend-ignore = E203