diff -rupN oci-python-sdk-2.2.7/setup.py oci-python-sdk-2.2.7b/setup.py --- oci-python-sdk-2.2.7/setup.py 2019-04-16 14:42:09.000000000 -0400 +++ oci-python-sdk-2.2.7b/setup.py 2019-05-01 21:26:47.478459486 -0400 @@ -30,11 +30,10 @@ with open_relative("README.rst") as f: requires = [ "certifi", - "configparser>=3.5.0b1", - "cryptography>=2.1.4", - "pyOpenSSL>=17.5.0", - "python-dateutil>=2.5.3,<=2.7.3", - "pytz>=2016.10", + "cryptography", + "pyOpenSSL", + "python-dateutil", + "pytz", ] setup(