Skip to content

Commit

Permalink
Update tabulate requirement to >=0.8.8,<=0.8.10
Browse files Browse the repository at this point in the history
tabulate 0.8.7 doesn't work well with python3.10

Signed-off-by: chenwany <chenwany@amazon.com>
  • Loading branch information
chenwany committed Nov 2, 2022
1 parent d8c2cb6 commit 709e909
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion awsbatch-cli/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3>=1.16.14
tabulate~=0.8
tabulate>=0.8.8,<=0.8.10
2 changes: 1 addition & 1 deletion awsbatch-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def readme():
REQUIRES = [
"setuptools",
"boto3>=1.16.14",
"tabulate~=0.8",
"tabulate>=0.8.8,<=0.8.10",
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion cli/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
boto3>=1.16.14
tabulate~=0.8
tabulate>=0.8.8,<=0.8.10
PyYAML~=5.3
jinja2~=3.0
marshmallow~=3.10
Expand Down
2 changes: 1 addition & 1 deletion cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def readme():
REQUIRES = [
"setuptools",
"boto3>=1.16.14",
"tabulate~=0.8",
"tabulate>=0.8.8,<=0.8.10",
"PyYAML~=5.3",
"jinja2~=3.0",
"marshmallow~=3.10",
Expand Down

0 comments on commit 709e909

Please sign in to comment.