Skip to content

Commit

Permalink
Use a more recent version of python-markdown that still claims to sup…
Browse files Browse the repository at this point in the history
…port Python 2.6
  • Loading branch information
rossjones authored and amercader committed Dec 9, 2015
1 parent 983f4b0 commit 4f26043
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions requirements.in
Expand Up @@ -6,10 +6,13 @@ Jinja2==2.6 # newer version causes problem in CkanInternationalizationExtension
# when creating a new dataset
Pylons==0.9.7
Beaker==1.7.0 # need to pin this because of https://github.com/bbangert/beaker/commit/fc511ceda4305fcf54919b3f081fed7790e2fef3
bleach==1.4.2
Genshi==0.6
WebTest==1.4.3 # need to pin this so that Pylons does not install a newer version that conflicts with WebOb==1.0.8
fanstatic==0.12
Markdown==2.4
ofs==0.4.1
ordereddict==1.1
Pairtree==0.7.1-T
paste==1.7.5.1
passlib==1.6.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -14,7 +14,7 @@ formencode==1.3.0 # via pylons
Genshi==0.6
Jinja2==2.6
mako==1.0.2 # via pylons
Markdown==2.1
Markdown==2.4
markupsafe==0.23 # via mako, webhelpers
nose==1.3.7 # via pylons
ofs==0.4.1
Expand Down

0 comments on commit 4f26043

Please sign in to comment.