[Checkins] SVN: Products.StandardCacheManagers/trunk/setup.py Specify dependencies

Hanno Schlichting hannosch at hannosch.eu
Sun Jul 11 14:13:46 EDT 2010


Log message for revision 114612:
  Specify dependencies
  

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

-=-
Modified: Products.StandardCacheManagers/trunk/setup.py
===================================================================
--- Products.StandardCacheManagers/trunk/setup.py	2010-07-11 18:12:20 UTC (rev 114611)
+++ Products.StandardCacheManagers/trunk/setup.py	2010-07-11 18:13:46 UTC (rev 114612)
@@ -28,7 +28,10 @@
       package_dir={'': 'src'},
       install_requires=[
         'setuptools',
+        'AccessControl',
+        'transaction',
         'Zope2 >= 2.13.0a1',
+        'zope.component',
       ],
       include_package_data=True,
       zip_safe=False,



More information about the checkins mailing list