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

Commit

Permalink
no version requirement for grokcore.view, but do require martian for …
Browse files Browse the repository at this point in the history
…the tests
  • Loading branch information
janwijbrand committed Dec 16, 2010
1 parent b3a71f9 commit f5ab3f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -2,6 +2,7 @@
from setuptools import setup, find_packages

tests_require = [
'martian',
'zope.annotation',
'zope.app.appsetup',
'zope.app.pagetemplate',
Expand Down Expand Up @@ -55,7 +56,7 @@ def read(*rnames):
install_requires=[
'grokcore.component',
'grokcore.message',
'grokcore.view >= 2.2',
'grokcore.view',
'grokcore.viewlet',
'megrok.layout',
'megrok.menu',
Expand Down

0 comments on commit f5ab3f9

Please sign in to comment.