Skip to content

Commit

Permalink
Update constraints with buildout.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Mar 16, 2023
1 parent 4daf4a7 commit 00b5e8d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions constraints.txt
@@ -1,12 +1,12 @@
AccessControl==6.0
Acquisition==4.13
AuthEncoding==5.0
BTrees==4.11.3
BTrees==5.0
Chameleon==3.10.2
DateTime==5.0
DateTime==5.1
DocumentTemplate==4.4
ExtensionClass==5.0
MultiMapping==4.1
MultiMapping==5.0
Paste==3.5.2
PasteDeploy==2.1.1; python_version == '3.7'
PasteDeploy==3.0.1; python_version > '3.7'
Expand All @@ -25,21 +25,21 @@ persistent==5.0
pycparser==2.21
python-gettext==4.1
pytz==2022.7.1
roman==3.3
roman==4.0
six==1.16.0
soupsieve==2.3.2.post1
transaction==3.0.1
waitress==2.1.2
z3c.pt==3.3.1
zExceptions==4.3
zc.lockfile==2.0
zc.lockfile==3.0.post1
zc.recipe.egg==2.0.7
zodbpickle==2.6
zope.annotation==4.8
zope.browser==2.4
zope.browsermenu==4.4
zope.browsermenu==5.0
zope.browserpage==5.0
zope.browserresource==4.4
zope.browserresource==5.0
zope.cachedescriptors==4.4
zope.component==5.1.0
zope.configuration==4.4.1
Expand All @@ -60,7 +60,7 @@ zope.i18nmessageid==5.1.1
zope.interface==5.5.2
zope.lifecycleevent==4.4
zope.location==4.3
zope.pagetemplate==4.6.0
zope.pagetemplate==5.0
zope.processlifetime==2.4
zope.proxy==5.0.0
zope.ptresource==4.3.0
Expand Down
16 changes: 8 additions & 8 deletions requirements-full.txt
Expand Up @@ -2,12 +2,12 @@
AccessControl==6.0
Acquisition==4.13
AuthEncoding==5.0
BTrees==4.11.3
BTrees==5.0
Chameleon==3.10.2
DateTime==5.0
DateTime==5.1
DocumentTemplate==4.4
ExtensionClass==5.0
MultiMapping==4.1
MultiMapping==5.0
Paste==3.5.2
PasteDeploy==2.1.1; python_version == '3.7'
PasteDeploy==3.0.1; python_version > '3.7'
Expand All @@ -26,21 +26,21 @@ persistent==5.0
pycparser==2.21
python-gettext==4.1
pytz==2022.7.1
roman==3.3
roman==4.0
six==1.16.0
soupsieve==2.3.2.post1
transaction==3.0.1
waitress==2.1.2
z3c.pt==3.3.1
zExceptions==4.3
zc.lockfile==2.0
zc.lockfile==3.0.post1
zc.recipe.egg==2.0.7
zodbpickle==2.6
zope.annotation==4.8
zope.browser==2.4
zope.browsermenu==4.4
zope.browsermenu==5.0
zope.browserpage==5.0
zope.browserresource==4.4
zope.browserresource==5.0
zope.cachedescriptors==4.4
zope.component==5.1.0
zope.configuration==4.4.1
Expand All @@ -61,7 +61,7 @@ zope.i18nmessageid==5.1.1
zope.interface==5.5.2
zope.lifecycleevent==4.4
zope.location==4.3
zope.pagetemplate==4.6.0
zope.pagetemplate==5.0
zope.processlifetime==2.4
zope.proxy==5.0.0
zope.ptresource==4.3.0
Expand Down

0 comments on commit 00b5e8d

Please sign in to comment.