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

Explicitly require setuptools, httpie/plugins/manager.py imports pkg_resources (#1049)

This commit is contained in:
Miro Hrončok
2021-03-30 22:54:53 +02:00
committed by GitHub
parent 56c4ba1794
commit fc45bf0fe3

View File

@ -42,6 +42,7 @@ install_requires = [
'requests[socks]>=2.22.0',
'Pygments>=2.5.2',
'requests-toolbelt>=0.9.1',
'setuptools',
]
install_requires_win_only = [
'colorama>=0.2.4',