Skip to content

Commit

Permalink
[Resolves Sceptre#947] make colorama dependency more flexible
Browse files Browse the repository at this point in the history
sceptre fails to install when installed after awscli. make colorama
dependency more flexible so that it will not fail.
  • Loading branch information
zaro0508 authored and thawkson committed Feb 6, 2021
1 parent c2b2d36 commit 467191c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
boto3>=1.3.0,<2
click>=7.0,<8.0
colorama==0.3.9
colorama>=0.3.9
Jinja2>=2.8,<3
networkx==2.1
PyYaml>=5.1,<6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"click>=7.0,<8.0",
"PyYaml>=5.1,<6.0",
"Jinja2>=2.8,<3",
"colorama==0.3.9",
"colorama>=0.3.9",
"packaging>=16.8,<17.0",
"six>=1.11.0,<2.0.0",
"networkx==2.1",
Expand Down

0 comments on commit 467191c

Please sign in to comment.