config-skeleton/setup.cfg

32 lines
540 B
INI
Raw Normal View History

2021-05-22 18:24:59 +02:00
[metadata]
name = config-skeleton
version = 0.0.1
[options]
2021-05-22 21:28:01 +02:00
packages = config_skeleton
2021-05-22 18:24:59 +02:00
install_requires =
[options.extras_require]
test =
pytest==6.2.4
pytest-cov==2.12.1
2021-05-22 18:24:59 +02:00
# Worth testing out
pytest-tldr==0.2.4
# Used inside tox for linting
lint =
black==20.8b1
flake8==3.9.2
flake8-bugbear==21.4.3
flake8-comprehensions==3.5.0
flake8-docstrings==1.6.0
flake8-print==4.0.0
flake8-quotes==3.2.0
isort==5.8.0
2021-05-22 18:24:59 +02:00
# Required for the developer
develop =
%(test)s
%(lint)s
jedi==0.18.0