File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11AccessControl==7.2
22Acquisition==6.1
3- AuthEncoding==5.0
3+ AuthEncoding==5.0; python_version == '3.8'
4+ AuthEncoding==6.0; python_version > '3.8'
45BTrees==6.1
56Babel==2.16.0
67Chameleon==4.4.4; python_version == '3.8'
Original file line number Diff line number Diff line change 11-e git+https://github.com/zopefoundation/Zope.git@master#egg=Zope
22AccessControl==7.2
33Acquisition==6.1
4- AuthEncoding==5.0
4+ AuthEncoding==5.0; python_version == '3.8'
5+ AuthEncoding==6.0; python_version > '3.8'
56BTrees==6.1
67Chameleon==4.4.4; python_version == '3.8'
78Chameleon==4.6.0; python_version > '3.8'
Original file line number Diff line number Diff line change 66Zope2 = 4.0
77AccessControl = 7.2
88Acquisition = 6.1
9- AuthEncoding = 5 .0
9+ AuthEncoding = 6 .0
1010BTrees = 6.1
1111Chameleon = 4.6.0
1212DateTime = 5.5
@@ -83,6 +83,8 @@ zope.traversing = 5.0
8383zope.viewlet = 5.0
8484
8585[versions:python38]
86+ # AuthEncoding >= 6 requires Python 3.9
87+ AuthEncoding = 5.0
8688# Chameleon >= 4.5 requires Python 3.9
8789Chameleon = 4.4.4
8890# waitress >= 3.0.1 requires Python 3.9
You can’t perform that action at this time.
0 commit comments