Skip to content

Commit

Permalink
fix: add colorama as a dependency on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-makerx committed Mar 28, 2024
1 parent 11af892 commit 0acb4b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ docstring-parser = ">=0.14.1"
pycryptodomex = ">=3.6.0,<4"
immutabledict = "^4.2.0"
packaging = "^24.0"
colorama = { version = "^0.4.6", markers = "sys_platform == 'win32'" }
# vendored mypy dependencies
mypy_extensions = "^1.0.0"

Expand Down

0 comments on commit 0acb4b2

Please sign in to comment.