Skip to content

Commit

Permalink
Merge pull request #706 from LeXofLeviafan/windows-fix
Browse files Browse the repository at this point in the history
[#704] fixing required colorama version
  • Loading branch information
jarun authored Jan 1, 2024
2 parents 3f39a46 + 295af12 commit 58e725a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ html5lib>=1.0.1
setuptools
urllib3>=1.23,<2
pyreadline3; sys_platform == 'win32'
colorama; sys_platform == 'win32'
colorama>=0.4.6; sys_platform == 'win32'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
'html5lib>=1.0.1',
'urllib3>=1.23,<2',
'pyreadline3; sys_platform == \'win32\'',
'colorama; sys_platform == \'win32\'',
'colorama>=0.4.6; sys_platform == \'win32\'',
]

setup(
Expand Down

0 comments on commit 58e725a

Please sign in to comment.