7658: update EventClient.on_closed to retry on connect errors.
[arvados.git] / 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',