[Checkins] SVN: Products.ExternalMethod/trunk/setup.py Full dependency specs

Hanno Schlichting hannosch at hannosch.eu
Sat Jul 10 05:31:21 EDT 2010


Log message for revision 114483:
  Full dependency specs
  

Changed:
  U   Products.ExternalMethod/trunk/setup.py

-=-
Modified: Products.ExternalMethod/trunk/setup.py
===================================================================
--- Products.ExternalMethod/trunk/setup.py	2010-07-10 09:29:34 UTC (rev 114482)
+++ Products.ExternalMethod/trunk/setup.py	2010-07-10 09:31:20 UTC (rev 114483)
@@ -29,6 +29,11 @@
       package_dir={'': 'src'},
       install_requires=[
         'setuptools',
+        'AccessControl',
+        'Acquisition',
+        'ExtensionClass',
+        'Persistence',
+        'ZODB3',
         'Zope2 >= 2.13.0a1'
       ],
       include_package_data=True,



More information about the checkins mailing list