tornado/maint/requirements.in

26 lines
507 B
Plaintext
Raw Normal View History

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
Sphinx>1.8.2
black
2016-04-10 19:41:29 +00:00
coverage
flake8
mypy==0.630
2016-04-10 19:41:29 +00:00
pep8
pyflakes
sphinxcontrib-asyncio
2016-04-10 19:41:29 +00:00
sphinx-rtd-theme
tox
twine
virtualenv