From a2502de1795110a4f5ea8a214c4acd113a67f0c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ha=CC=88cker?= Date: Thu, 17 May 2018 14:31:57 +0200 Subject: [PATCH] Update dependencies to ease working on the branch --- requirements-full.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements-full.txt b/requirements-full.txt index 2e5f98a75b..9b5bb82379 100644 --- a/requirements-full.txt +++ b/requirements-full.txt @@ -89,5 +89,9 @@ zope.viewlet==4.1.0 # current branch required as editable install -e . -# development version of zmi.styles for now +# development versions of dependencies -e git+https://github.com/zopefoundation/zmi.styles@master#egg=zmi.styles +-e git+https://github.com/zopefoundation/AccessControl@zmi-bootstrap#egg=AccessControl +-e git+https://github.com/zopefoundation/Products.BTreeFolder2@zmi-bootstrap#egg=Products.BTreeFolder2 +-e git+https://github.com/zopefoundation/Products.ZCatalog@zmi-bootstrap#egg=Products.ZCatalog +-e git+https://github.com/zopefoundation/Products.PythonScripts@zmi-bootstrap#egg=Products.PythonScripts