Skip to content

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 a1c1545 commit e47b240
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 @@ -38,7 +38,7 @@
zip_safe=False,
extras_require={'test': test_requires},
install_requires=[
'grokcore.component',
'grokcore.component >= 2.5dev',
'grokcore.formlib',
'grokcore.security[role] >= 1.6dev',
'grokcore.view >= 2.3',
Expand Down

0 comments on commit e47b240

Please sign in to comment.