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

Commit

Permalink
make sure to require the newer version of grokcore.component
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed May 1, 2012
1 parent 12ae919 commit b3ffe2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def read(*rnames):
zip_safe=False,
install_requires=[
'setuptools',
'grokcore.component',
'grokcore.component >= 2.5dev',
'grokcore.security',
'grokcore.view',
'martian',
Expand Down

0 comments on commit b3ffe2a

Please sign in to comment.