-
Notifications
You must be signed in to change notification settings - Fork 293
Plugin doesn't seem to support -r in requirements.txt #57
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
Comments
Hmm. This is a consequence of #33. That could be redesigned to just be a list of pkgs to exclude in the Concequences of that:
cc @medwig |
The other option is to go back to @medwig's initial implementation of #33 which dropped the And as a temporary workaround to allow you to deploy @brettdh, change it to |
Thanks. I'm currently using the workaround of generating |
FWIW, I haven't looked at the details of that PR, but at a glance it makes more sense to me to put ignore config specific to |
I've released this in version |
I have a
requirements.txt
file like this:because
pipenv install
doesn't work with-e
. (You could also imagine different uses for-r
in this file, such as those discussed here.)When I
sis deploy
, though, I get this message:This appears to be because this plugin only copies
requirements.txt
and not files that it includes. I looked at the README and didn't see a way to make it include other files, but I might have missed something.It would be useful if the plugin either:
-r
lines inrequirements.txt
and added those files as well; and/orThe text was updated successfully, but these errors were encountered: