diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-01-23 09:23:51 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-01-23 09:23:51 -0600 |
commit | 16a952a4eb739eab8db34032f31a8c55d6d03881 (patch) | |
tree | 7bcb34608378b2c5af8b9055cfb950c56c6c55a2 /setup.py | |
parent | 9a7d986304725c752517e132c8c641fe7a2ced35 (diff) | |
download | mediagoblin-16a952a4eb739eab8db34032f31a8c55d6d03881.tar.lz mediagoblin-16a952a4eb739eab8db34032f31a8c55d6d03881.tar.xz mediagoblin-16a952a4eb739eab8db34032f31a8c55d6d03881.zip |
Once we can, that is.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -66,9 +66,9 @@ try: 'six', 'oauthlib==0.5.0', - # Annoying. Please remove! we only indirectly use pbr, and - # currently it breaks things, presumably till their next - # release. + # Annoying. Please remove once we can! We only indirectly + # use pbr, and currently it breaks things, presumably till + # their next release. 'pbr==0.5.22', ## This is optional! # 'translitcodec', |