aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMartin Trigaux <mat@odoo.com>2015-06-22 09:08:34 +0200
committerMartin Trigaux <mat@odoo.com>2015-06-22 09:13:19 +0200
commit33c69abaf3f8fad41856c02cbee89eade7c1dba9 (patch)
tree70cf5c3dcb19a8805244c147ff4eb9f97f0fb308 /setup.py
parentbb37fa5ed9e81e951017e813dc8e39b952f40c33 (diff)
downloadoauth2client-33c69abaf3f8fad41856c02cbee89eade7c1dba9.tar.gz
Update setup file for pyasn1_modules
Version 0.0.6 of pyasn1_modules has been released. This allows to use updated version of the dependency. Fixes #199
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 e0cf61e..c88235f 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ packages = [
install_requires = [
'httplib2>=0.9.1',
'pyasn1==0.1.7',
- 'pyasn1_modules==0.0.5',
+ 'pyasn1_modules>=0.0.5',
'rsa==3.1.4',
'six>=1.6.1',
]