Custom pacakge not loaded when updating dependencies from requirements.txt
Hi,
I would like to add a custom package to my requirements.txt. Something like
....
reportlab==3.5.42
psutil==5.7.0
http://server-with-my-data.com/package-0-py3-none-any.whl#egg=package
If I install it in the venv using
pip install -r requirements.txt
it works. However, when I use the function from PyCharm it doesn't. In the list containing the packages to install only those defined in the "package=version"-way appear.
Is it possible to make PyCharm install all packages?
Thanks and best regards,
oz
Please sign in to leave a comment.
Hello, thank you for the request, we have linked it to the existing feature request https://youtrack.jetbrains.com/issue/PY-19485 please vote for it in order to increase the priority and be updated on the resolution.