-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fc] Repository: plone.app.controlpanel
Branch: refs/heads/master Date: 2015-06-02T10:57:35+02:00 Author: Timo Stollenwerk (tisto) <[email protected]> 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) <[email protected]> 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
Showing
1 changed file
with
23 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) <[email protected]> | ||
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) <[email protected]> | ||
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': [ | ||
|
||
|