Changeset 1819
- Timestamp:
- 08/02/07 01:45:26 (1 year ago)
- Files:
-
- gaphor/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphor/trunk/setup.py
r1806 r1819 119 119 install_requires = [ 120 120 # 'PyGTK >= 2.8.0', - Exclude, since it will not build anyway 121 'decorator >= 2. 0.1',122 'gaphas >= 0.3.0 .dev-r1677',121 'decorator >= 2.2.0', 122 'gaphas >= 0.3.0', 123 123 'zope.component >= 3.3.0', # - won't compile on windows. 124 124 # Add dependency on zope.testing to work around bug in zope.component
