Skip to content

Commit

Permalink
Re-add conditional colorama dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Mar 18, 2024
1 parent 10b7d31 commit 5c068f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ install_requires =
requests-toolbelt>=0.9.1
multidict>=4.7.0
setuptools
importlib-metadata>=1.4.0; python_version < "3.8"
importlib-metadata>=1.4.0; python_version<"3.8"
rich>=9.10.0
colorama>=0.2.4; sys_platform=="win32"
python_requires = >=3.7


Expand Down

0 comments on commit 5c068f8

Please sign in to comment.