Skip to content

Commit

Permalink
Added restapi in buildout
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed May 25, 2020
1 parent 80234ce commit 594a2a3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ extends =
# prod.cfg
sources.cfg
dev.cfg
# restapi.cfg
# soap2pm.cfg
# solr.cfg
test.cfg
27 changes: 27 additions & 0 deletions restapi.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# restapi related

[buildout]
parts +=

auto-checkout +=

[versions]
attrs = 19.3.0
configparser = 4.0.2
contextlib2 = 0.6.0.post1
functools32 = 3.2.3.post2
importlib-metadata = 1.6.0
jsonschema = 3.2.0
plone.rest = 1.6.1
;plone.restapi = 6.12.0
plone.restapi = 5.0.2
plone.schema = 1.2.1
PyJWT = 1.7.1
pyrsistent = 0.16.0
six = 1.11.0
zipp = 1.2.0

[instance1]
eggs+= plone.restapi

[sources]

0 comments on commit 594a2a3

Please sign in to comment.