Fixed dependency on Gaphas (>=0.1.4)

git-svn-id: file:///Users/arjan/backup/gaphor/gaphor/trunk@1198 a8418922-720d-0410-834f-a69b97ada669
This commit is contained in:
Arjan Molenaar 2007-04-05 08:28:35 +00:00
parent 7d2728c5de
commit 0a03d2bafe

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.3',
'gaphas >= 0.1.4',
'zope.component >= 3.3.0', # - won't compile on windows.
],