Skip to content

Commit

Permalink
Pin colorama to lowest supported version (#6970)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Jun 18, 2022
1 parent cf03ec1 commit cac381d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ install_requires =
mccabe>=0.6,<0.8
tomli>=1.1.0;python_version<"3.11"
tomlkit>=0.10.1
colorama;sys_platform=="win32"
colorama>=0.4.5;sys_platform=="win32"
typing-extensions>=3.10.0;python_version<"3.10"
python_requires = >=3.7.2
Expand Down

0 comments on commit cac381d

Please sign in to comment.