Skip to content

Commit

Permalink
[F] Specify colorama version, closes #110
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Mar 24, 2023
1 parent e970c8f commit a813400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

# Windows dependencies
'psutil ; platform_system=="Windows"',
'colorama ; platform_system=="Windows"',
'colorama>=0.4.6 ; platform_system=="Windows"',
],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit a813400

Please sign in to comment.