X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ac4599592d265dc5a922ec8f468d46cfe7de52e2..dcdd0bd36ae76c154d12ffb2f3759cef15d4c8a9:/sdk/python/setup.py diff --git a/sdk/python/setup.py b/sdk/python/setup.py index 3fff82c42d..8bd43f5960 100644 --- a/sdk/python/setup.py +++ b/sdk/python/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (C) The Arvados Authors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 @@ -50,7 +50,7 @@ setup(name='arvados-python-client', 'future', 'google-api-python-client >=1.6.2, <1.7', 'httplib2 >=0.9.2', - 'pycurl >=7.19.5.1, <7.43.0.4', # 7.43.0.4 removes support for python2 + 'pycurl >=7.19.5.1', 'ruamel.yaml >=0.15.54, <=0.16.5', 'setuptools', 'ws4py >=0.4.2',