summarylogtreecommitdiffstats
path: root/oci-cli.patch
blob: 06b02f1393ff5510b60e788e583cf244c5083c13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
diff -rupN oci-cli-2.4.29/setup.py oci-cli-2.4.29b/setup.py
--- oci-cli-2.4.29/setup.py	2018-07-26 20:59:08.000000000 -0400
+++ oci-cli-2.4.29b/setup.py	2018-07-27 23:11:43.325799289 -0400
@@ -30,21 +30,20 @@ with open_relative("README.rst") as f:
 
 
 requires = [
-    'oci==2.0.0',
-    'arrow==0.10.0',
+    'oci',
+    'arrow',
     'certifi',
-    'click==6.7',
-    'configparser==3.5.0',
-    'cryptography==2.1.3',
-    'pyOpenSSL<=17.4.0',
-    'httpsig_cffi==15.0.0',
-    'jmespath==0.9.3',
-    'python-dateutil==2.7.3',
-    'pytz==2016.10',
-    'retrying==1.3.3',
-    'six==1.11.0',
-    'terminaltables==3.1.0',
-    'idna>=2.5,<2.7'
+    'click',
+    'cryptography',
+    'pyOpenSSL',
+    'httpsig_cffi',
+    'jmespath',
+    'python-dateutil',
+    'pytz',
+    'retrying',
+    'six',
+    'terminaltables',
+    'idna'
 ]
 
 setup(