Skip to content

Commit 7f89f26

Browse files
committed
feat: remove z3c.jbot dependency
1 parent 15f3d6d commit 7f89f26

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,9 @@
5555
install_requires=[
5656
"setuptools",
5757
# -*- Extra requirements: -*-
58-
"z3c.jbot",
5958
"plone.api>=1.8.4",
60-
"plone.restapi",
6159
"plone.app.dexterity",
60+
"plone.restapi",
6261
],
6362
extras_require={
6463
"test": [

src/collective/big/bang/configure.zcml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
44
xmlns:i18n="http://namespaces.zope.org/i18n"
55
xmlns:plone="http://namespaces.plone.org/plone"
6-
i18n_domain="collective.big.bang">
7-
6+
i18n_domain="collective.big.bang"
7+
>
88

99
<utility
1010
factory=".setuphandlers.HiddenProfiles"
1111
name="collective.big.bang-hiddenprofiles"
1212
/>
1313

14-
<subscriber for="zope.processlifetime.IProcessStarting"
15-
handler=".big.bang"/>
14+
<subscriber
15+
for="zope.processlifetime.IProcessStarting"
16+
handler=".big.bang"
17+
/>
1618

1719

1820
</configure>

0 commit comments

Comments
 (0)