updated requirements to gaphas >= 0.1.5 (svn)
git-svn-id: file:///Users/arjan/backup/gaphor/gaphor/trunk@1245 a8418922-720d-0410-834f-a69b97ada669
This commit is contained in:
parent
6b177fbaca
commit
946b16d9fc
@ -26,7 +26,7 @@ Actions, menu items, toolbars and toolboxes
|
||||
? Actions should be modeled as functions (methods) with action as
|
||||
first (sec) parameter.
|
||||
* filename should not be part of the main window
|
||||
* some sort of factory mechanism.
|
||||
* some sort of factory mechanism (MultiAction?).
|
||||
- RecentFiles will manage up to 10 recent files entries.
|
||||
- same for stereotypes: should be managed by one "ObjectAction".
|
||||
- can Placeholders play a role here?
|
||||
|
2
setup.py
2
setup.py
@ -62,7 +62,7 @@ setup(
|
||||
install_requires = [
|
||||
# 'PyGTK >= 2.8.0', - Exclude, since it will not build anyway
|
||||
'decorator >= 2.0.1',
|
||||
'gaphas >= 0.1.4',
|
||||
'gaphas >= 0.1.5',
|
||||
'zope.component >= 3.3.0', # - won't compile on windows.
|
||||
# Add dependency on zope.testing to work around bug in zope.component
|
||||
'zope.testing >= 3.3.0',
|
||||
|
Loading…
x
Reference in New Issue
Block a user