aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJessica Tallon <jessica@megworld.co.uk>2014-07-08 00:02:16 +0100
committerJessica Tallon <jessica@megworld.co.uk>2014-07-08 21:32:31 +0100
commitc5eb24b8349be7659a87123e792747b1a67cc269 (patch)
treef02dc1aecfa4b4e26f6d926aae7ad1bbf7321dd5 /setup.py
parent27f99327313bda0dc5cebdb56d29a3347be1ac34 (diff)
downloadmediagoblin-c5eb24b8349be7659a87123e792747b1a67cc269.tar.lz
mediagoblin-c5eb24b8349be7659a87123e792747b1a67cc269.tar.xz
mediagoblin-c5eb24b8349be7659a87123e792747b1a67cc269.zip
Allow crypto.random_string to take optional alphabet param
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 74da5634..e2e84f2b 100644
--- a/setup.py
+++ b/setup.py
@@ -67,7 +67,7 @@ try:
'itsdangerous',
'pytz',
'six>=1.4.1',
- 'oauthlib==0.5.0',
+ 'oauthlib',
'unidecode',
'jsonschema',
'requests',