projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6a700e
)
Update install_requires.
author
Berker Peksag
<berker.peksag@gmail.com>
Fri, 7 Mar 2014 13:19:53 +0000
(15:19 +0200)
committer
Berker Peksag
<berker.peksag@gmail.com>
Thu, 8 May 2014 17:33:14 +0000
(20:33 +0300)
* Add PasteDeploy
* Upgrade Babel
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index bf31e23b31f65299f25a5d78f6b3bf2a0ccc5e9b..658cf8c32d700afc3ffdc82c54777b46b9e41f3e 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-61,7
+61,7
@@
install_requires = [
'kombu',
'jinja2',
'sphinx', # TODO: is this a docs requirement?
- 'Babel<1.0',
+ 'Babel<1.0',
# TODO: why <1.0 or 0.9.6?
'webtest<2',
'ConfigObj',
'Markdown',
@@
-78,6
+78,7
@@
install_requires = [
# use pbr, and currently it breaks things, presumably till
# their next release.
'pbr==0.5.22',
+ 'PasteDeploy',
# This is optional:
# 'translitcodec',
# For now we're expecting that users will install this from