Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zope-container
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
zope-container
Commits
c37fe987
Commit
c37fe987
authored
Jan 28, 2009
by
Wolfgang Schnerring
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove no-longer used dependencies
parent
616009fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
setup.py
setup.py
+1
-5
No files found.
setup.py
View file @
c37fe987
...
...
@@ -59,8 +59,7 @@ setup(name='zope.container',
],
include_dirs
=
[
'include'
]),
],
extras_require
=
dict
(
test
=
[
'zope.app.testing'
,
'zope.app.file'
]),
extras_require
=
dict
(
test
=
[
'zope.app.testing'
]),
install_requires
=
[
'setuptools'
,
'zope.interface'
,
'zope.app.publisher'
,
...
...
@@ -78,11 +77,8 @@ setup(name='zope.container',
'zope.size'
,
'zope.traversing'
,
'zope.publisher'
,
'zope.dublincore'
,
'zope.app.broken'
,
'zope.copypastemove'
,
'ZODB3'
,
'zope.i18n'
,
],
include_package_data
=
True
,
zip_safe
=
False
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment