Skip to content

Commit 7d27c27

Browse files
authored
Merge pull request #433 from vil02/add_explicit_dependency_to_colorama
fix: add explicit dev-dependency to `colorama`
2 parents 45859de + c1c1851 commit 7d27c27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ black = "25.1.0"
2727
mypy = "1.15.0"
2828
bandit = "1.8.2"
2929
xenon = "0.9.3"
30+
colorama = "0.4.6"
3031

3132
[build-system]
3233
requires = ["poetry-core"]

0 commit comments

Comments
 (0)