mirror of
https://github.com/wassname/pyramid_formalchemy.git
synced 2026-06-27 16:10:40 +08:00
add zope.component as a dependencie
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user