[Checkins] SVN: Products.BTreeFolder2/trunk/setup.py Declare dependencies

Hanno Schlichting hannosch at hannosch.eu
Sun Jul 11 08:16:03 EDT 2010


Log message for revision 114584:
  Declare dependencies
  

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

-=-
Modified: Products.BTreeFolder2/trunk/setup.py
===================================================================
--- Products.BTreeFolder2/trunk/setup.py	2010-07-11 12:14:35 UTC (rev 114583)
+++ Products.BTreeFolder2/trunk/setup.py	2010-07-11 12:16:03 UTC (rev 114584)
@@ -28,7 +28,14 @@
       package_dir={'': 'src'},
       install_requires=[
         'setuptools',
+        'AccessControl',
+        'Acquisition',
+        'Persistence',
+        'ZODB3',
         'Zope2 >= 2.13.0a1',
+        'zope.container',
+        'zope.event',
+        'zope.lifecycleevent',
       ],
       include_package_data=True,
       zip_safe=False,



More information about the checkins mailing list