8654: Pin pyasn1_modules to version that is compatible with pyasn1==0.1.7.
authorPeter Amstutz <peter.amstutz@curoverse.com>
Tue, 29 Mar 2016 20:28:27 +0000 (16:28 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Tue, 29 Mar 2016 20:28:27 +0000 (16:28 -0400)
sdk/python/setup.py

index 759e8ff67edf1ec8b99b0de86ee8a3e4602b73b7..17f9cb43a084710c764db9bd565d0fe08f2b7627 100644 (file)
@@ -41,6 +41,7 @@ setup(name='arvados-python-client',
       install_requires=[
           'google-api-python-client==1.4.2',
           'oauth2client >=1.4.6, <2',
+          'pyasn1-modules==0.0.5',
           'ciso8601',
           'httplib2',
           'pycurl >=7.19.5.1, <7.21.5',