Skip to content

Commit

Permalink
Upgrade Windows-specific dependency colorama
Browse files Browse the repository at this point in the history
Signed-off-by: Ofek Lev <[email protected]>
  • Loading branch information
ofek committed Oct 11, 2018
1 parent 9018511 commit c7c5b5e
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 @@ -55,7 +55,7 @@ def find_version(*file_paths):
':python_version < "3.4"': ['enum34 >= 1.0.4, < 2'],
':python_version < "3.5"': ['backports.ssl_match_hostname >= 3.5'],
':python_version < "3.3"': ['ipaddress >= 1.0.16'],
':sys_platform == "win32"': ['colorama >= 0.3.9, < 0.4'],
':sys_platform == "win32"': ['colorama >= 0.4, < 0.5'],
'socks': ['PySocks >= 1.5.6, != 1.5.7, < 2'],
}

Expand Down

0 comments on commit c7c5b5e

Please sign in to comment.