Skip to content

Commit

Permalink
declare minimum grokcore.component version
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed Nov 1, 2010
1 parent e0016b9 commit eaa090c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[buildout]
develop = .
parts = interpreter test releaser
extends = http://svn.zope.org/*checkout*/groktoolkit/trunk/grok.cfg
extends = http://svn.zope.org/repos/main/groktoolkit/trunk/grok.cfg
versions = versions
newest = false

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read(*rnames):
install_requires = [
'setuptools',
'ZODB3',
'grokcore.component',
'grokcore.component >= 2.1',
'zope.annotation',
'zope.container',
'zope.interface',
Expand Down

0 comments on commit eaa090c

Please sign in to comment.