diff -rupN oci-python-sdk-2.14.1/setup.py oci-python-sdk-2.14.1b/setup.py --- oci-python-sdk-2.14.1/setup.py 2020-05-05 12:40:13.000000000 -0400 +++ oci-python-sdk-2.14.1b/setup.py 2020-05-06 19:15:00.387024702 -0400 @@ -31,11 +31,10 @@ with open_relative("README.rst") as f: requires = [ "certifi", - "configparser==4.0.2", - "cryptography==2.8", - "pyOpenSSL>=17.5.0", - "python-dateutil>=2.5.3,<3.0.0", - "pytz>=2016.10", + "cryptography", + "pyOpenSSL", + "python-dateutil", + "pytz", ] setup(