]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Check in a requirements file for the tools I use while working on tornado.
authorBen Darnell <ben@bendarnell.com>
Sat, 21 Jan 2012 22:35:21 +0000 (14:35 -0800)
committerBen Darnell <ben@bendarnell.com>
Sat, 21 Jan 2012 22:35:21 +0000 (14:35 -0800)
.gitignore
maint/requirements.txt [new file with mode: 0644]

index f127f38b56a68bd848efb485b304ad8f6501378a..ba7761660ed6c620a1aadedcfaa2475356c57078 100644 (file)
@@ -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 (file)
index 0000000..30e0d32
--- /dev/null
@@ -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