Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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