From: Ben Darnell Date: Sat, 21 Jan 2012 22:35:21 +0000 (-0800) Subject: Check in a requirements file for the tools I use while working on tornado. X-Git-Tag: v2.2.0~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1014d5683e891ccf9537eddf96ae3bc6094aa1ad;p=thirdparty%2Ftornado.git Check in a requirements file for the tools I use while working on tornado. --- diff --git a/.gitignore b/.gitignore index f127f38b5..ba7761660 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ _auto2to3* .tox/ .vagrant /.coverage -/htmlcov/ \ No newline at end of file +/htmlcov/ +/env/ diff --git a/maint/requirements.txt b/maint/requirements.txt new file mode 100644 index 000000000..30e0d32e1 --- /dev/null +++ b/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