backup-tool/setup.cfg

26 lines
473 B
INI
Raw Normal View History

2021-04-25 09:48:35 +02:00
[options.extras_require]
# Used to run the tests inside the CICD pipeline
ci =
2021-05-15 14:00:23 +02:00
tox==3.23.1
2021-04-25 09:48:35 +02:00
# Used inside Tox for running tests
test =
2021-05-07 22:02:48 +02:00
pytest==6.2.4
pytest-cov==2.12.1
2021-04-25 09:48:35 +02:00
# Used inside tox for linting
lint =
black==20.8b1
2021-05-08 22:00:27 +02:00
flake8==3.9.2
flake8-bugbear==21.4.3
flake8-comprehensions==3.5.0
flake8-docstrings==1.6.0
2021-04-27 16:17:56 +02:00
flake8-print==4.0.0
2021-04-25 09:59:18 +02:00
flake8-quotes==3.2.0
2021-04-25 09:48:35 +02:00
# Required for the developer
develop =
%(ci)s
%(lint)s
jedi==0.18.0