diff options
-rw-r--r-- | setup.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -65,6 +65,11 @@ try: 'pytz', 'six', '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! # 'translitcodec', ## For now we're expecting that users will install this from |