10383: Error out when using --name and --update-collection together.
[arvados.git] / sdk / python / setup.py
index e0aae9625eb54d82eb4ee983696487079fa0d441..d470ab4d0046f01a40017d9aaa58dc0e231b1c51 100644 (file)
@@ -46,11 +46,11 @@ 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',
           'python-gflags<3.0',
+          'setuptools',
           'ws4py'
       ],
       test_suite='tests',