This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-05-18 08:57:40 +02:00
|
|
|
[options]
|
|
|
|
install_requires =
|
2021-05-24 22:00:51 +02:00
|
|
|
quart==0.15.1
|
2021-05-18 08:57:40 +02:00
|
|
|
|
|
|
|
[options.extras_require]
|
|
|
|
# Used inside Tox for running tests
|
|
|
|
test =
|
2021-05-18 12:00:40 +02:00
|
|
|
pytest==6.2.4
|
2021-06-01 20:02:25 +02:00
|
|
|
pytest-cov==2.12.1
|
2021-05-18 11:02:13 +02:00
|
|
|
# Worth testing out
|
|
|
|
pytest-tldr==0.2.4
|
2021-05-18 08:57:40 +02:00
|
|
|
|
|
|
|
# Used inside tox for linting
|
|
|
|
lint =
|
|
|
|
black==20.8b1
|
2021-05-18 10:00:29 +02:00
|
|
|
flake8==3.9.2
|
2021-05-18 08:57:40 +02:00
|
|
|
flake8-bugbear==21.4.3
|
2021-05-18 12:00:43 +02:00
|
|
|
flake8-comprehensions==3.5.0
|
2021-05-18 08:57:40 +02:00
|
|
|
flake8-docstrings==1.6.0
|
|
|
|
flake8-print==4.0.0
|
|
|
|
flake8-quotes==3.2.0
|
|
|
|
|
|
|
|
# Required for the developer
|
|
|
|
develop =
|
|
|
|
%(test)s
|
|
|
|
%(lint)s
|
|
|
|
jedi==0.18.0
|