2021-04-25 09:48:35 +02:00
|
|
|
[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
|
2021-04-25 09:59:18 +02:00
|
|
|
flake8-bugbear==20.1.4
|
|
|
|
flake8-comprehensions==3.2.3
|
|
|
|
flake8-docstrings==1.5.0
|
|
|
|
flake8-print==3.1.4
|
|
|
|
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
|