backup-tool/setup.cfg

21 lines
335 B
INI

[options.extras_require]
# Used to run the tests inside the CICD pipeline
ci =
tox==3.21.1
# Used inside Tox for running tests
test =
pytest==6.2.3
pytest-cov==2.11.1
# Used inside tox for linting
lint =
black==20.8b1
flake8==3.8.4
# Required for the developer
develop =
%(ci)s
%(lint)s
jedi==0.18.0