1
0
mirror of https://github.com/httpie/cli.git synced 2025-06-15 00:15:06 +02:00

Fix several issues found with flake8 (#1081)

This commit is contained in:
Mickaël Schoentgen
2021-06-01 14:46:58 +02:00
committed by GitHub
parent 8374a9ed83
commit 8d35a12d27
10 changed files with 18 additions and 17 deletions

View File

@ -59,7 +59,7 @@ if 'bdist_wheel' not in sys.argv:
# bdist_wheel
extras_require = {
'test': tests_require,
'test': tests_require,
# https://wheel.readthedocs.io/en/latest/#defining-conditional-dependencies
':sys_platform == "win32"': install_requires_win_only,
}