X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/48350f3e8fe2f47eb6ff9f862a8d83fb8a027c6d..dcdd0bd36ae76c154d12ffb2f3759cef15d4c8a9:/sdk/python/setup.py diff --git a/sdk/python/setup.py b/sdk/python/setup.py index a726b49fe3..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 @@ -54,6 +54,7 @@ setup(name='arvados-python-client', 'ruamel.yaml >=0.15.54, <=0.16.5', 'setuptools', 'ws4py >=0.4.2', + 'rsa < 4.1' ], extras_require={ ':os.name=="posix" and python_version<"3"': ['subprocess32 >= 3.5.1'],