Skip to content

Commit 1014d56

Browse files
committed
Check in a requirements file for the tools I use while working on tornado.
1 parent 35139ff commit 1014d56

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ _auto2to3*
99
.tox/
1010
.vagrant
1111
/.coverage
12-
/htmlcov/
12+
/htmlcov/
13+
/env/

maint/requirements.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
9+
Sphinx==1.1.2
10+
coverage==3.5.1
11+
pyflakes==0.5.0
12+
tox==1.3
13+
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

Comments
 (0)