Skip to content

Commit

Permalink
- force Chameleon 3.9 on Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Oct 31, 2022
1 parent 20aa164 commit 046841e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ AccessControl==4.3
Acquisition==4.10
AuthEncoding==4.3
BTrees==4.10.1
Chameleon==3.10.1
Chameleon==3.10.1; python_version > '2.7'
Chameleon==3.9.1; python_version == '2.7'
DateTime==4.4
DocumentTemplate==3.4; python_version == '2.7'
DocumentTemplate==3.4; python_version == '3.5'
Expand Down
3 changes: 2 additions & 1 deletion requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ AccessControl==4.3
Acquisition==4.10
AuthEncoding==4.3
BTrees==4.10.1
Chameleon==3.10.1
Chameleon==3.10.1; python_version > '2.7'
Chameleon==3.9.1; python_version == '2.7'
DateTime==4.4
DocumentTemplate==3.4; python_version == '2.7'
DocumentTemplate==3.4; python_version == '3.5'
Expand Down
2 changes: 2 additions & 0 deletions versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ zope.traversing = 4.4.1
zope.viewlet = 4.3

[versions:python27]
# Chameleon 3.10 doesn't work on Python 2.7
Chameleon = 3.9.1
# DocumentTemplate 4+ requires Python 3.5 or higher
DocumentTemplate = 3.4
# WSGIProxy 0.5 and up requires Python 3.7 and up
Expand Down

0 comments on commit 046841e

Please sign in to comment.