We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6630d3f commit 183eb21Copy full SHA for 183eb21
1 file changed
setup.py
@@ -40,7 +40,6 @@
40
"openpyxl",
41
"plone.api",
42
"plone.autoform",
43
- "plone.app.contenttypes",
44
"plone.app.dexterity",
45
"plone.app.registry",
46
"plone.app.textfield",
@@ -49,7 +48,6 @@
49
48
"plone.dexterity",
50
"plone.memoize",
51
"plone.namedfile",
52
- "plone.protect",
53
"plone.resourceeditor",
54
"plone.restapi",
55
"plone.registry",
@@ -68,11 +66,13 @@
68
66
"test": [
69
67
"collective.z3cform.norobots",
70
"Products.MailHost",
+ "plone.app.contenttypes",
71
"plone.app.testing[robot]",
72
"plone.app.robotframework",
73
"plone.app.contenttypes",
74
"plone.formwidget.recaptcha",
75
"plone.formwidget.hcaptcha",
+ "plone.protect",
76
"plone.testing",
77
"robotsuite",
78
"Zope",
0 commit comments