[Checkins] SVN: zope.app.wsgi/trunk/setup.py updated minimum versions (forgotten in last check-in)

Michael Howitz mh at gocept.com
Fri Jun 12 16:21:53 EDT 2009


Log message for revision 100908:
  updated minimum versions (forgotten in last check-in)

Changed:
  U   zope.app.wsgi/trunk/setup.py

-=-
Modified: zope.app.wsgi/trunk/setup.py
===================================================================
--- zope.app.wsgi/trunk/setup.py	2009-06-12 20:18:51 UTC (rev 100907)
+++ zope.app.wsgi/trunk/setup.py	2009-06-12 20:21:52 UTC (rev 100908)
@@ -45,7 +45,8 @@
                                   'zope.testbrowser']),
       install_requires=['setuptools',
                         'ZConfig',
-                        'zope.app.appsetup',
+                        'zope.app.appsetup >= 3.11.0',
+                        'zope.processlifetime',
                         'zope.app.publication',
                         'zope.event',
                         'zope.interface',



More information about the Checkins mailing list