Skip to content

Commit

Permalink
Pin Python 3.2-compatible versions of jinja2, markupsafe.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Aug 7, 2013
1 parent 1268ae0 commit 6ee506c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@

requires = [
'pyramid>=1.0.2', # wsgiref server entry point
'Jinja2>=2.5.0'
'Jinja2>=2.5.0,<2.7dev', #2.7 drops Python 3.2 compat.
'markupsafe<0.16', #0.15 drops Python 3.2 compat
]

try:
Expand Down

0 comments on commit 6ee506c

Please sign in to comment.