Skip to content

Commit

Permalink
Remove dependency on collective.upload. Users who want this feature w…
Browse files Browse the repository at this point in the history
…ill take care to install it.
  • Loading branch information
silviot committed Jun 28, 2013
1 parent c008c95 commit db078b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Products/CMFPlomino/profiles/default/metadata.xml
Expand Up @@ -5,6 +5,5 @@
<dependency>profile-collective.js.jqueryui:default</dependency>
<dependency>profile-collective.js.datatables:default</dependency>
<dependency>profile-plomino.tinymce:default</dependency>
<dependency>profile-collective.upload:default</dependency>
</dependencies>
</metadata>
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -40,7 +40,6 @@
'plone.app.jquery',
'zope.app.component', # Helps Plone 4.0, should not hurt elsewhere.
'zope.globalrequest', # This one too.
'collective.upload', # we use its static assets to render the upload widget
],
extras_require={
'test': [
Expand Down

0 comments on commit db078b6

Please sign in to comment.