Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ramiroluz
Created November 13, 2019 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramiroluz/073950fde641c535d06cdcc9262ea27b to your computer and use it in GitHub Desktop.
Save ramiroluz/073950fde641c535d06cdcc9262ea27b to your computer and use it in GitHub Desktop.
diff --git a/Products/windowZ/profiles/default/metadata.xml b/Products/windowZ/profiles/default/metadata.xml
index 24d938c..63d23cd 100644
--- a/Products/windowZ/profiles/default/metadata.xml
+++ b/Products/windowZ/profiles/default/metadata.xml
@@ -1,8 +1,4 @@
<?xml version="1.0"?>
<metadata>
<version>2000</version>
- <dependencies>
- <dependency>profile-Products.Archetypes:Archetypes</dependency>
- <dependency>profile-Products.ATContentTypes:base</dependency>
- </dependencies>
</metadata>
diff --git a/setup.py b/setup.py
index d6abb94..b70e711 100644
--- a/setup.py
+++ b/setup.py
@@ -41,6 +41,7 @@ setup(name='Products.windowZ',
install_requires=[
'plone.app.registry',
'plone.z3cform',
+ 'plone.api',
'Products.Archetypes',
'Products.ATContentTypes',
'Products.CMFCore',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment