[Checkins] SVN: megrok.chameleon/branches/ulif-chameleon_2-support/setup.py Update requirements:

Uli Fouquet uli at gnufix.de
Mon Apr 11 09:22:44 EDT 2011


Log message for revision 121372:
  Update requirements:
  
  - we will support Chameleon >= 2 only.
  
  - we will deploy the new z3c.pt for it.
  

Changed:
  U   megrok.chameleon/branches/ulif-chameleon_2-support/setup.py

-=-
Modified: megrok.chameleon/branches/ulif-chameleon_2-support/setup.py
===================================================================
--- megrok.chameleon/branches/ulif-chameleon_2-support/setup.py	2011-04-11 13:14:43 UTC (rev 121371)
+++ megrok.chameleon/branches/ulif-chameleon_2-support/setup.py	2011-04-11 13:22:44 UTC (rev 121372)
@@ -6,12 +6,13 @@
 install_requires = [
     'setuptools',
     'grokcore.view',
-    'Chameleon',
+    'Chameleon >= 2.0-rc1',
     'lxml', # Needed by chameleon.genshi
     'zope.component',
     'zope.contentprovider',
     'zope.event',
     'zope.traversing',
+    'z3c.pt >= 2.0-rc1',
     ]
 
 tests_require = [



More information about the checkins mailing list