diff options
| author | Shane Hathaway <shane@hathawaymix.org> | 2009-07-21 05:05:33 +0000 |
|---|---|---|
| committer | Shane Hathaway <shane@hathawaymix.org> | 2009-07-21 05:05:33 +0000 |
| commit | cb349cce3c3df4759a3b8f7979fa950459a8b511 (patch) | |
| tree | f8872c71c33b7906faef025cf43a87badd3ea7f6 | |
| parent | 14bfc6c150233020eb27d67c1d1cdb8699d9b22e (diff) | |
| download | pyramid-cb349cce3c3df4759a3b8f7979fa950459a8b511.tar.gz pyramid-cb349cce3c3df4759a3b8f7979fa950459a8b511.tar.bz2 pyramid-cb349cce3c3df4759a3b8f7979fa950459a8b511.zip | |
Declared the Paste and PasteDeploy dependencies.
| -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" |
