40 lines
779 B
Plaintext
40 lines
779 B
Plaintext
# 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.5.14
|
|
|
|
# Tornado's optional dependencies
|
|
Twisted==15.0.0
|
|
# pip on python 3.4 currently has trouble installing pycares.
|
|
#pycares==0.6.1
|
|
pycurl==7.19.5.1
|
|
|
|
# Other useful tools
|
|
Sphinx==1.2.3
|
|
autopep8==1.1
|
|
coverage==3.7.1
|
|
flake8==2.3.0
|
|
pep8==1.6.0
|
|
pyflakes==0.8.1
|
|
sphinx-rtd-theme==0.1.6
|
|
tox==1.8.1
|
|
twine==1.4.0
|
|
virtualenv==12.0.7
|
|
|
|
# Indirect dependencies
|
|
Jinja2==2.7.3
|
|
MarkupSafe==0.23
|
|
Pygments==2.0.2
|
|
docutils==0.12
|
|
mccabe==0.3
|
|
pkginfo==1.2.1
|
|
py==1.4.26
|
|
requests==2.5.1
|
|
zope.interface==4.1.2
|