You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A near as I can tell, --trusted-host is no longer a supported feature inside a requirements.txt file. It's still allowed as a command line parameter and a pip.conf value.
This seems to allude to the change, but I couldn't find direct documentation of it being changed in pip: pypa/pip#2822
The
--trusted-host
option in therequirements.in
file is not copied to therequirements.txt
file.The text was updated successfully, but these errors were encountered: