Skip to content

Commit

Permalink
[fc] Repository: plone.app.controlpanel
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2015-06-02T10:57:35+02:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: plone/plone.app.controlpanel@38bd72d

Remove some more unused dependencies.

Files changed:
M setup.py
Repository: plone.app.controlpanel
Branch: refs/heads/master
Date: 2015-06-02T11:58:46+02:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: plone/plone.app.controlpanel@0c2c07c

Merge pull request #59 from plone/tisto-cleanup-9

Remove some more unused dependencies.

Files changed:
M setup.py
  • Loading branch information
tisto committed Jun 2, 2015
1 parent bf13324 commit 9981851
Showing 1 changed file with 23 additions and 35 deletions.
58 changes: 23 additions & 35 deletions last_commit.txt
Original file line number Diff line number Diff line change
@@ -1,70 +1,58 @@
Repository: plone.app.controlpanel
Branch: refs/heads/master
Date: 2015-06-02T09:51:53+02:00
Date: 2015-06-02T10:57:35+02:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: https://github.com/plone/plone.app.controlpanel/commit/fa3db42034d24b13975c33a9c9051dfbe29c8cda
Commit: https://github.com/plone/plone.app.controlpanel/commit/38bd72de5516b5dec2f8ba967f4bc1b352d31c38

Remove some unused zope.* dependencies.
Remove some more unused dependencies.

Files changed:
M setup.py

diff --git a/setup.py b/setup.py
index 800bfa9..ffb5b75 100644
index ffb5b75..52285d0 100644
--- a/setup.py
+++ b/setup.py
@@ -28,16 +28,10 @@
zip_safe=False,
install_requires=[
'setuptools',
- 'zope.annotation',
'zope.cachedescriptors',
@@ -32,10 +32,7 @@
'zope.component',
- 'zope.event',
- 'zope.i18n',
'zope.interface',
'zope.ramcache',
- 'zope.publisher',
- 'zope.schema',
- 'zope.site',
'Acquisition',
- 'Acquisition',
'Products.CMFPlone',
'Zope2>=2.13.0',
- 'Zope2>=2.13.0',
- 'ZODB3',
],
extras_require={
'test': [


Repository: plone.app.controlpanel
Branch: refs/heads/master
Date: 2015-06-02T10:56:28+02:00
Date: 2015-06-02T11:58:46+02:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: https://github.com/plone/plone.app.controlpanel/commit/f010da2ca4f602af4d87e3936c2619b8a01edc8f
Commit: https://github.com/plone/plone.app.controlpanel/commit/0c2c07cd876ea8c9f3b6d4306b209370a48a02b4

Merge pull request #58 from plone/tisto-cleanup-8
Merge pull request #59 from plone/tisto-cleanup-9

Remove some unused zope.* dependencies.
Remove some more unused dependencies.

Files changed:
M setup.py

diff --git a/setup.py b/setup.py
index 800bfa9..ffb5b75 100644
index ffb5b75..52285d0 100644
--- a/setup.py
+++ b/setup.py
@@ -28,16 +28,10 @@
zip_safe=False,
install_requires=[
'setuptools',
- 'zope.annotation',
'zope.cachedescriptors',
@@ -32,10 +32,7 @@
'zope.component',
- 'zope.event',
- 'zope.i18n',
'zope.interface',
'zope.ramcache',
- 'zope.publisher',
- 'zope.schema',
- 'zope.site',
'Acquisition',
- 'Acquisition',
'Products.CMFPlone',
'Zope2>=2.13.0',
- 'Zope2>=2.13.0',
- 'ZODB3',
],
extras_require={
'test': [


0 comments on commit 9981851

Please sign in to comment.