30 lines
582 B
Plaintext
30 lines
582 B
Plaintext
|
# Requirements for tools used in the development of tornado.
|
||
|
# This list is for python 3.5; for 2.7 add:
|
||
|
# - backports.ssl-match-hostname
|
||
|
# - futures
|
||
|
# - mock
|
||
|
# - certifi
|
||
|
#
|
||
|
# 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
|
||
|
autopep8
|
||
|
coverage
|
||
|
flake8
|
||
|
pep8
|
||
|
pyflakes
|
||
|
sphinx-rtd-theme
|
||
|
tox
|
||
|
twine
|
||
|
virtualenv
|