Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thefunny42 committed Jun 11, 2015
1 parent ddc0fd2 commit 232ca7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildout.cfg
Expand Up @@ -9,10 +9,10 @@ versions = versions
extensions =
mr.developer
auto-checkout =
grokcore.site

[versions]
grokcore.catalog =
grokcore.site = 1.7

[interpreter]
recipe = zc.recipe.egg
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -45,7 +45,7 @@ def read(*rnames):
zip_safe=False,
install_requires=[
'grokcore.component >= 2.5dev',
'grokcore.site',
'grokcore.site >= 1.7',
'martian >= 0.13',
'setuptools',
'zc.catalog',
Expand Down

0 comments on commit 232ca7c

Please sign in to comment.