Setting a specific pbr version in setup.py
This commit is contained in:
parent
c5b8ff2c75
commit
9a7d986304
5
setup.py
5
setup.py
@ -65,6 +65,11 @@ try:
|
|||||||
'pytz',
|
'pytz',
|
||||||
'six',
|
'six',
|
||||||
'oauthlib==0.5.0',
|
'oauthlib==0.5.0',
|
||||||
|
|
||||||
|
# Annoying. Please remove! we only indirectly use pbr, and
|
||||||
|
# currently it breaks things, presumably till their next
|
||||||
|
# release.
|
||||||
|
'pbr==0.5.22',
|
||||||
## 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