We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35139ff commit 1014d56Copy full SHA for 1014d56
.gitignore
@@ -9,4 +9,5 @@ _auto2to3*
9
.tox/
10
.vagrant
11
/.coverage
12
-/htmlcov/
+/htmlcov/
13
+/env/
maint/requirements.txt
@@ -0,0 +1,21 @@
1
+# Frozen pip requirements for tools used in the development of tornado
2
+
3
+# Tornado's optional dependencies
4
+MySQL-python==1.2.3
5
+Twisted==11.1.0
6
+pycurl==7.19.0
7
8
+# Other useful tools
+Sphinx==1.1.2
+coverage==3.5.1
+pyflakes==0.5.0
+tox==1.3
+virtualenv==1.7
14
15
+# Indirect dependencies
16
+Jinja2==2.6
17
+Pygments==1.4
18
+docutils==0.8.1
19
+py==1.4.6
20
+wsgiref==0.1.2
21
+zope.interface==3.8.0
0 commit comments