-
-
Notifications
You must be signed in to change notification settings - Fork 611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip-compile generates "-e /path/to/local/dir" in requirements.txt #325
Comments
FWIW, I would expect it to keep the |
Yeah totally agree, I have a similar use case. The real problem is that it's an absolute path instead of relative. Feel free to close this if it's a dupe of #204. |
Closing as duplicate to #204, let's continue there. |
The known workaround is |
Similar use case as in #176 and possibly #223 -- I'm trying to eliminate duplication between
setup.py
andrequirements.in
. Here's a small repro:I'd expect this to only include contextlib2 but it also has an unportable "-e" path. This causes errors when trying to install from
requirements.txt
on any other machine.The text was updated successfully, but these errors were encountered: