summarylogtreecommitdiffstats
path: root/oci-cli.patch
blob: 2c657d2eee21a415cbc0a4c5619a49184faf4245 (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
39
40
diff -rupN oci-cli-2.4.27/setup.py oci-cli-2.4.27b/setup.py
--- oci-cli-2.4.27/setup.py	2018-06-29 03:00:53.000000000 -0400
+++ oci-cli-2.4.27b/setup.py	2018-07-01 13:48:45.279560058 -0400
@@ -30,22 +30,21 @@ with open_relative("README.rst") as f:
 
 
 requires = [
-    'oci==1.4.4',
-    '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',
-    'requests[security]==2.18.4',
-    'six==1.11.0',
-    'terminaltables==3.1.0',
-    'idna>=2.5,<2.7'
+    'click',
+    'cryptography',
+    'pyOpenSSL',
+    'httpsig_cffi',
+    'jmespath',
+    'python-dateutil',
+    'pytz',
+    'retrying',
+    'requests',
+    'six',
+    'terminaltables',
+    'idna'
 ]
 
 setup(