summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-12 16:51:49 -0400
committerChris McDonough <chrism@plope.com>2011-08-12 16:51:49 -0400
commiteef9724c7edcd68114c420bd8b274fecc11ffe1e (patch)
treef5d90255fadb53c38123937609c2229c16c73c64 /setup.py
parente518931f909d31014af5dbbab24d1bfd44e0a19b (diff)
downloadpyramid-eef9724c7edcd68114c420bd8b274fecc11ffe1e.tar.gz
pyramid-eef9724c7edcd68114c420bd8b274fecc11ffe1e.tar.bz2
pyramid-eef9724c7edcd68114c420bd8b274fecc11ffe1e.zip
- Pyramid now relies on PasteScript >= 1.7.4. This version contains a
feature important for allowing flexible logging configuration.
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',