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:
Arjan Molenaar 2007-04-24 11:26:17 +00:00
parent 6b177fbaca
commit 946b16d9fc
2 changed files with 2 additions and 2 deletions

View File

@ -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?

View File

@ -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',