Skip to content

Commit

Permalink
Nit: Add explicit python dependency on colorama (#9094)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby authored Feb 7, 2024
1 parent 3810d7a commit 72308d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ pyrsistent==0.20.0
yamllint==1.33.0
aqtinstall==3.1.11

# Windows-only dependency included via glean-parser.
# Dependabot misses this, so let's make it explict.
colorama==0.4.6
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ click==8.1.7 \
colorama==0.4.6 \
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
# via click
# via -r requirements.in
defusedxml==0.7.1 \
--hash=sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69 \
--hash=sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61
Expand Down

0 comments on commit 72308d1

Please sign in to comment.