21721: Remove httplib2 and associated version pins
[arvados.git] / sdk / python / setup.py
index ef49485bb1f2051e2e07ad75793ccee17d047a39..0d33afd44b03b2bec6c1c6f7ab4afec752796066 100644 (file)
@@ -114,10 +114,8 @@ setup(name='arvados-python-client',
           'future',
           'google-api-python-client >=2.1.0',
           'google-auth',
-          'httplib2 >=0.9.2, <0.20.2',
-          'protobuf <4.0.0dev',
+          'httplib2 >=0.9.2',
           'pycurl >=7.19.5.1, <7.45.0',
-          'pyparsing <3',
           'ruamel.yaml >=0.15.54, <0.17.22',
           'setuptools >=40.3.0',
           'websockets >=11.0',