18126: Unpins python-rsa since python2 support is no longer needed.
authorLucas Di Pentima <lucas.dipentima@curii.com>
Tue, 14 Sep 2021 13:35:52 +0000 (10:35 -0300)
committerLucas Di Pentima <lucas.dipentima@curii.com>
Tue, 14 Sep 2021 13:35:52 +0000 (10:35 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

sdk/python/setup.py

index 8bd43f5960a65bf6040a7545b75d781f89295652..ef95674a6477b9ba1d57c91b2544022232bc206c 100644 (file)
@@ -54,14 +54,12 @@ 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'],
           ':python_version<"3"': ['pytz'],
       },
       classifiers=[
-          'Programming Language :: Python :: 2',
           'Programming Language :: Python :: 3',
       ],
       test_suite='tests',