Skip to content

Commit dd3bbf4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4ccfaaf commit dd3bbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ colorlog==6.8.2 ; python_version >= "3.8" and python_version < "4"
44
enum34==1.1.10 ; python_full_version >= "2.7.18" and python_version < "3.0"
55
future==1.0.0 ; python_full_version >= "2.7.18" and python_version < "3.0"
66
pathlib==1.0.1 ; python_full_version >= "2.7.18" and python_version < "3.0"
7-
win-unicode-console==0.5 ; python_full_version >= "2.7.18" and python_version < "3.0" and platform_system == "Windows" or python_version >= "3.8" and python_version < "4" and platform_system == "Windows"
7+
win-unicode-console==0.5 ; python_full_version >= "2.7.18" and (python_version < "3.0" or python_version >= "3.8") and python_version < "4" and platform_system == "Windows"

0 commit comments

Comments
 (0)