2016-04-10 19:41:29 +00:00
|
|
|
# Requirements for tools used in the development of tornado.
|
|
|
|
# Use virtualenv instead of venv; tox seems to get confused otherwise.
|
|
|
|
#
|
|
|
|
# maint/requirements.txt contains the pinned versions of all direct and
|
|
|
|
# indirect dependencies; this file only contains direct dependencies
|
|
|
|
# and is useful for upgrading.
|
|
|
|
|
|
|
|
# Tornado's optional dependencies
|
|
|
|
Twisted
|
|
|
|
pycares
|
|
|
|
pycurl
|
|
|
|
|
|
|
|
# Other useful tools
|
2018-12-30 00:54:51 +00:00
|
|
|
Sphinx>1.8.2
|
2018-11-02 17:09:09 +00:00
|
|
|
black
|
2016-04-10 19:41:29 +00:00
|
|
|
coverage
|
|
|
|
flake8
|
2018-11-02 17:09:09 +00:00
|
|
|
mypy==0.630
|
2016-04-10 19:41:29 +00:00
|
|
|
pep8
|
|
|
|
pyflakes
|
2019-05-05 16:39:37 +00:00
|
|
|
sphinxcontrib-asyncio
|
2016-04-10 19:41:29 +00:00
|
|
|
sphinx-rtd-theme
|
|
|
|
tox
|
|
|
|
twine
|
|
|
|
virtualenv
|