[z3-checkins] r41918 - z3/deliverance/DeliveranceVHoster/trunk
ianb at codespeak.net
ianb at codespeak.net
Thu Apr 5 23:25:58 CEST 2007
Author: ianb
Date: Thu Apr 5 23:25:57 2007
New Revision: 41918
Modified:
z3/deliverance/DeliveranceVHoster/trunk/setup.py
Log:
Add PasteScript dependency, simplify Paste dependency
Modified: z3/deliverance/DeliveranceVHoster/trunk/setup.py
==============================================================================
--- z3/deliverance/DeliveranceVHoster/trunk/setup.py (original)
+++ z3/deliverance/DeliveranceVHoster/trunk/setup.py Thu Apr 5 23:25:57 2007
@@ -8,7 +8,8 @@
#author_email="",
#url="",
install_requires=[
- 'Paste==dev,>1.1.1', # There's a bug fix we need
+ 'Paste>1.1.1',
+ 'PasteScript',
'Deliverance',
'WSGIFilter',
'HTTPEncode',
More information about the z3-checkins
mailing list