Skip to content

Commit

Permalink
pyproject: add colorama dependency on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <lains@riseup.net>
  • Loading branch information
FFY00 committed Mar 23, 2022
1 parent e200673 commit 7601fcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ classifiers = [
]

dependencies = [
'colorama; os_name == "nt"',
'meson>=0.60.0',
'ninja',
'tomli>=1.0.0',
Expand Down

0 comments on commit 7601fcd

Please sign in to comment.