Skip to content

Commit

Permalink
Update development dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed May 27, 2013
1 parent e2af4cf commit 86143df
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions maint/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
# Frozen pip requirements for tools used in the development of tornado

# Tornado's optional dependencies
Twisted==12.3.0
Twisted==13.0.0
futures==2.1.3
mock==1.0.1
pycares==0.4.0
pycares==0.5.0
pycurl==7.19.0

# Other useful tools
Sphinx==1.1.3
autopep8==0.8.7
autopep8==0.9
coverage==3.6
pep8==1.4.4
pyflakes==0.6.1
tox==1.4.2
virtualenv==1.8.2
pep8==1.4.5
pyflakes==0.7.2
tox==1.4.3
virtualenv==1.9.1

# Indirect dependencies
Jinja2==2.6
Jinja2==2.7
MarkupSafe==0.18
Pygments==1.6
docutils==0.10
py==1.4.13
py==1.4.14
wsgiref==0.1.2
zope.interface==4.0.5

0 comments on commit 86143df

Please sign in to comment.