Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
Relax version pins
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 22, 2014
1 parent 753c3f2 commit 3f9136e
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ eggs = z3c.coverage
scripts = coverage=coverage-report

[versions]
ZODB = 4.0.0dev
z3c.template = 2.0.0a2
z3c.pagelet = 2.0.0a1
zope.app.appsetup = 4.0.0a1
zope.app.publication = 4.0.0a1.dev
zope.app.wsgi = 4.0.0a3
zope.browserpage = 4.1.0a1
zope.container = 4.0.0a2
zope.contentprovider = 4.0.0a1
zope.i18n = 4.0.0a4
zope.principalregistry = 4.0.0a2
zope.publisher = 4.0.0a3
zope.security = 4.0.0a3
zope.securitypolicy = 4.0.0a1
zope.session = 4.0.0a1
zope.site = 4.0.0a1
zope.tal = 4.0.0a1
zope.traversing = 4.0.0a2
zope.viewlet = 4.0.0a1
ZODB = >=4.0.0dev
z3c.template = >=2.0.0a2
z3c.pagelet = >=2.0.0a1
zope.app.appsetup = >=4.0.0a1
zope.app.publication = >=4.0.0a1.dev
zope.app.wsgi = >=4.0.0a3
zope.browserpage = >=4.1.0a1
zope.container = >=4.0.0a2
zope.contentprovider = >=4.0.0a1
zope.i18n = >=4.0.0a4
zope.principalregistry = >=4.0.0a2
zope.publisher = >=4.0.0a3
zope.security = >=4.0.0a3
zope.securitypolicy = >=4.0.0a1
zope.session = >=4.0.0a1
zope.site = >=4.0.0a1
zope.tal = >=4.0.0a1
zope.traversing = >=4.0.0a2
zope.viewlet = >=4.0.0a1

0 comments on commit 3f9136e

Please sign in to comment.