View | Details | Raw Unified | Return to bug 255321
Collapse All | Expand All

(-)py-oci/files/patch-setup.py (-2 / +1 lines)
Lines 5-13 Link Here
5
 requires = [
5
 requires = [
6
     "certifi",
6
     "certifi",
7
-    "configparser==4.0.2",
7
-    "configparser==4.0.2",
8
-    "cryptography==3.2.1",
9
+    "configparser>=3.5.3",
8
+    "configparser>=3.5.3",
10
+    "cryptography>=2.6",
9
     "cryptography==3.3.2",
11
     "pyOpenSSL>=17.5.0,<=19.1.0",
10
     "pyOpenSSL>=17.5.0,<=19.1.0",
12
     "python-dateutil>=2.5.3,<3.0.0",
11
     "python-dateutil>=2.5.3,<3.0.0",
13
     "pytz>=2016.10",
12
     "pytz>=2016.10",

Return to bug 255321