-
-
Notifications
You must be signed in to change notification settings - Fork 75
/
last_commit.txt
70 lines (59 loc) · 1.7 KB
/
last_commit.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Repository: plone.app.controlpanel
Branch: refs/heads/master
Date: 2015-06-02T09:51:53+02:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: https://github.com/plone/plone.app.controlpanel/commit/fa3db42034d24b13975c33a9c9051dfbe29c8cda
Remove some unused zope.* dependencies.
Files changed:
M setup.py
diff --git a/setup.py b/setup.py
index 800bfa9..ffb5b75 100644
--- a/setup.py
+++ b/setup.py
@@ -28,16 +28,10 @@
zip_safe=False,
install_requires=[
'setuptools',
- 'zope.annotation',
'zope.cachedescriptors',
'zope.component',
- 'zope.event',
- 'zope.i18n',
'zope.interface',
'zope.ramcache',
- 'zope.publisher',
- 'zope.schema',
- 'zope.site',
'Acquisition',
'Products.CMFPlone',
'Zope2>=2.13.0',
Repository: plone.app.controlpanel
Branch: refs/heads/master
Date: 2015-06-02T10:56:28+02:00
Author: Timo Stollenwerk (tisto) <tisto@plone.org>
Commit: https://github.com/plone/plone.app.controlpanel/commit/f010da2ca4f602af4d87e3936c2619b8a01edc8f
Merge pull request #58 from plone/tisto-cleanup-8
Remove some unused zope.* dependencies.
Files changed:
M setup.py
diff --git a/setup.py b/setup.py
index 800bfa9..ffb5b75 100644
--- a/setup.py
+++ b/setup.py
@@ -28,16 +28,10 @@
zip_safe=False,
install_requires=[
'setuptools',
- 'zope.annotation',
'zope.cachedescriptors',
'zope.component',
- 'zope.event',
- 'zope.i18n',
'zope.interface',
'zope.ramcache',
- 'zope.publisher',
- 'zope.schema',
- 'zope.site',
'Acquisition',
'Products.CMFPlone',
'Zope2>=2.13.0',