add zope.component as a dependencie

This commit is contained in:
Gael Pasgrimaud
2011-12-23 12:42:37 +01:00
parent e3521a343c
commit a178178aac
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ eggs =
Mako>=0.3.6
FormAlchemy>=1.4.1
PasteScript>=1.7.4
pyramid>=1.1
pyramid>=1.2.9
pyramid_formalchemy
pyramid_handlers
pyramidapp
+2 -1
View File
@@ -6,7 +6,8 @@ here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.txt')).read()
CHANGES = open(os.path.join(here, 'CHANGES.txt')).read()
requires = ['pyramid>=1.1', 'WebError', 'FormAlchemy>=1.3.8', 'Babel']
requires = ['pyramid>=1.1', 'WebError', 'FormAlchemy>=1.3.8', 'Babel',
'zope.component']
setup(name='pyramid_formalchemy',
version='0.4.3dev',