Skip to content

Commit

Permalink
Add version constraint for plone.rest >= 1.0a6 and
Browse files Browse the repository at this point in the history
remove it from auto-checkout. After the change in #103 introducing
a service base class that is based on plone.rest.Service we require
at least plone.rest 1.0a6.
  • Loading branch information
lukasgraf committed May 23, 2016
1 parent 58d42fc commit 4ae4928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parts =
develop = .
sources-dir = extras
auto-checkout =
plone.rest
# plone.rest
sphinxcontrib-osexample

[instance]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
zip_safe=False,
install_requires=[
'setuptools',
'plone.rest',
'plone.rest >= 1.0a6',
],
extras_require={'test': [
'Products.Archetypes',
Expand Down

0 comments on commit 4ae4928

Please sign in to comment.