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

Hanno Schlichting hannosch at hannosch.eu
Sat Jul 10 09:21:50 EDT 2010


Log message for revision 114514:
  Specify dependencies
  

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

-=-
Modified: Products.PythonScripts/trunk/setup.py
===================================================================
--- Products.PythonScripts/trunk/setup.py	2010-07-10 13:18:43 UTC (rev 114513)
+++ Products.PythonScripts/trunk/setup.py	2010-07-10 13:21:50 UTC (rev 114514)
@@ -29,6 +29,12 @@
       package_dir={'': 'src'},
       install_requires=[
         'setuptools',
+        'AccessControl',
+        'Acquisition',
+        'DateTime',
+        'DocumentTemplate',
+        'RestrictedPython',
+        'zExceptions',
         'Zope2 >= 2.13.0a1',
       ],
       include_package_data=True,



More information about the checkins mailing list