tornado/maint/requirements.txt

35 lines
710 B
Plaintext
Raw Normal View History

# Frozen pip requirements for tools used in the development of tornado.
# This list is for python 3.4; for 2.7 add:
# - backports.ssl-match-hostname
# - futures
# - mock
#
# Use virtualenv instead of venv; tox seems to get confused otherwise.
# Tornado's required dependencies
certifi==14.05.14
# Tornado's optional dependencies
Twisted==14.0.0
# pip on python 3.4 currently has trouble installing pycares.
#pycares==0.6.1
pycurl==7.19.3.1
# Other useful tools
Sphinx==1.2.2
autopep8==1.0.2
coverage==3.7.1
pep8==1.5.6
pyflakes==0.8.1
sphinx-rtd-theme==0.1.6
tox==1.7.1
virtualenv==1.11.6
# Indirect dependencies
Jinja2==2.7.2
MarkupSafe==0.23
Pygments==1.6
docutils==0.11
py==1.4.20
zope.interface==4.1.1