24 lines
390 B
Plaintext
24 lines
390 B
Plaintext
# Frozen pip requirements for tools used in the development of tornado
|
|
|
|
# Tornado's optional dependencies
|
|
MySQL-python==1.2.3
|
|
Twisted==11.1.0
|
|
pycurl==7.19.0
|
|
|
|
# Other useful tools
|
|
Sphinx==1.1.2
|
|
autopep8==0.5
|
|
coverage==3.5.1
|
|
pep8==0.6.1
|
|
pyflakes==0.5.0
|
|
tox==1.3
|
|
virtualenv==1.7
|
|
|
|
# Indirect dependencies
|
|
Jinja2==2.6
|
|
Pygments==1.4
|
|
docutils==0.8.1
|
|
py==1.4.6
|
|
wsgiref==0.1.2
|
|
zope.interface==3.8.0
|