Skip to content

Commit

Permalink
Update prod & dev requirements files to versions used in development.
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell committed Mar 18, 2013
1 parent 7d8e075 commit ed97045
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions requirements/develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

-r production.txt
Sphinx==1.1.3
mock==1.0b1
py==1.4.9
mock==1.0.1
py==1.4.13
pytest==2.2.4
tox==1.4.2
virtualenv==1.7.2
tox==1.4.3
virtualenv==1.9.1
# unittest2==0.5.1 # For Python 2.6 only
14 changes: 7 additions & 7 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
# back to the versions listed here if you have problems.

Jinja2==2.6
Mako==0.7.2
Markdown==2.2.0
Mako==0.7.3
Markdown==2.3
MarkupSafe==0.15
PyYAML==3.10
Pygments==1.5
docutils==0.9.1
pytz==2012d
six==1.1.0
Pygments==1.6
docutils==0.10
pytz==2013b
six==1.2.0
textile==2.1.4
Unidecode==0.04.9
Unidecode==0.04.12

0 comments on commit ed97045

Please sign in to comment.