We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c23df commit c132c33Copy full SHA for c132c33
cli/requirements.txt
@@ -1,5 +1,5 @@
1
boto3>=1.16.14
2
-tabulate>=0.8.2,<0.8.10
+tabulate>=0.8.8,<=0.8.10
3
ipaddress>=1.0.22
4
PyYAML>=5.3.1
5
jinja2>=2.11.0
cli/setup.py
@@ -24,7 +24,7 @@ def readme():
24
REQUIRES = [
25
"setuptools",
26
"boto3>=1.16.14",
27
- "tabulate>=0.8.2,<0.8.10",
+ "tabulate>=0.8.8,<=0.8.10",
28
"ipaddress>=1.0.22",
29
"PyYAML>=5.3.1",
30
"jinja2>=2.11.0",
0 commit comments