Check in a requirements file for the tools I use while working on tornado.

This commit is contained in:
Ben Darnell 2012-01-21 14:35:21 -08:00
parent 35139ff82c
commit 1014d5683e
2 changed files with 23 additions and 1 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ _auto2to3*
.vagrant
/.coverage
/htmlcov/
/env/

21
maint/requirements.txt Normal file
View File

@ -0,0 +1,21 @@
# 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
coverage==3.5.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