Update install_requires.
* Add PasteDeploy * Upgrade Babel
This commit is contained in:
parent
f6a700e8ae
commit
03ff865c42
3
setup.py
3
setup.py
@ -61,7 +61,7 @@ install_requires = [
|
|||||||
'kombu',
|
'kombu',
|
||||||
'jinja2',
|
'jinja2',
|
||||||
'sphinx', # TODO: is this a docs requirement?
|
'sphinx', # TODO: is this a docs requirement?
|
||||||
'Babel<1.0',
|
'Babel<1.0', # TODO: why <1.0 or 0.9.6?
|
||||||
'webtest<2',
|
'webtest<2',
|
||||||
'ConfigObj',
|
'ConfigObj',
|
||||||
'Markdown',
|
'Markdown',
|
||||||
@ -78,6 +78,7 @@ install_requires = [
|
|||||||
# use pbr, and currently it breaks things, presumably till
|
# use pbr, and currently it breaks things, presumably till
|
||||||
# their next release.
|
# their next release.
|
||||||
'pbr==0.5.22',
|
'pbr==0.5.22',
|
||||||
|
'PasteDeploy',
|
||||||
# This is optional:
|
# This is optional:
|
||||||
# 'translitcodec',
|
# 'translitcodec',
|
||||||
# For now we're expecting that users will install this from
|
# For now we're expecting that users will install this from
|
||||||
|
Loading…
x
Reference in New Issue
Block a user