diff options
| -rw-r--r-- | CHANGES.txt | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 551368b24..cd079950b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -19,6 +19,8 @@ Next release - Minor edits to tutorials for accuracy based on feedback. +- Declared the Paste and PasteDeploy dependencies. + 1.0 (2009-07-05) ================ @@ -32,6 +32,8 @@ install_requires=[ 'setuptools', 'chameleon.core >= 1.0b32', # non-lxml version 'chameleon.zpt >= 1.0b16', # newest version as of non-xml core release + 'Paste', + 'PasteDeploy', 'PasteScript', 'WebOb', 'zope.interface >= 3.5.1', # 3.5.0 comment: "allow to bootstrap on jython" |
