Skip to content

Commit

Permalink
Check in a requirements file for the tools I use while working on tor…
Browse files Browse the repository at this point in the history
…nado.
  • Loading branch information
bdarnell committed Jan 21, 2012
1 parent 35139ff commit 1014d56
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -9,4 +9,5 @@ _auto2to3*
.tox/
.vagrant
/.coverage
/htmlcov/
/htmlcov/
/env/
21 changes: 21 additions & 0 deletions maint/requirements.txt
@@ -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

0 comments on commit 1014d56

Please sign in to comment.