summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f6cc911f6..4c556dbc3 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ install_requires=[
'Mako >= 0.3.6', # strict_undefined
'Paste > 1.7', # temp version pin to prevent PyPi install failure :-(
'PasteDeploy',
- 'PasteScript',
+ 'PasteScript >= 1.7.4', # "here" in logging fileConfig
'WebOb >= 1.0.2', # no "default_charset"; request.script_name doesnt error
'repoze.lru',
'setuptools',