summarylogtreecommitdiffstats
path: root/python-oci.patch
blob: cd3bbd605687f14827245af98268a56fb6f73b48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff -rupN oci-python-sdk-2.0.0/setup.py oci-python-sdk-2.0.0b/setup.py
--- oci-python-sdk-2.0.0/setup.py	2018-07-26 18:04:41.000000000 -0400
+++ oci-python-sdk-2.0.0b/setup.py	2018-07-27 21:49:08.261520223 -0400
@@ -30,11 +30,11 @@ with open_relative("README.rst") as f:
 
 requires = [
     "certifi",
-    "configparser==3.5.0",
-    "cryptography>=2.1.3,<=2.2.2",
-    "pyOpenSSL<=17.4.0",
-    "python-dateutil>=2.5.3,<=2.7.3",
-    "pytz>=2016.10",
+    "configparser",
+    "cryptography",
+    "pyOpenSSL",
+    "python-dateutil",
+    "pytz",
 ]
 
 setup(