11349: Add management server with /status.json
[arvados.git] / sdk / python / setup.py
index 9da3b7834b5e2eadc35e59d1aae4f753e1dac2e4..be10632091d382f2dbfdcc3afd398ac97695f81e 100644 (file)
@@ -49,10 +49,10 @@ setup(name='arvados-python-client',
           'oauth2client >=1.4.6, <2',
           'ciso8601',
           'httplib2',
-          'pycurl >=7.19.5.1, <7.21.5',
+          'pycurl >=7.19.5.1',
           'python-gflags<3.0',
           'setuptools',
-          'ws4py',
+          'ws4py<0.4',
           'ruamel.yaml==0.13.7'
       ],
       test_suite='tests',