-
Notifications
You must be signed in to change notification settings - Fork 124
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
Pipenv support (Python) #117
Comments
Read the licensed pip docs and specified the virtualenv directory in
Trying again errors with the following trace
Edit: The virtualenv directory specified is the one reported by |
@dideler what version of pip are you using? |
|
ah ok so it looks like the two opening lines of
Is there a way to have pipenv generate the requirements file without those lines? Otherwise I'd be happy to accept a PR if you wanted to submit a fix 😄 . Seems like licensed could ignore any lines that aren't of the format |
Thanks @jonabc, manually removed those lines and it works! I don't think there is a way for I'll try to submit a patch once I've finished going through all our remaining dependencies I'm auditing. |
Closed by #167 🎉 |
Pipenv is a popular package and virtualenv manager for Python.
Like Ruby's Bundler which has
Gemfile
andGemfile.lock
, Pipenv hasPipfile
andPipfile.lock
.Note that Pipenv can produce a
requirements.txt
file, which I tried to use with licensed, but no luck.The text was updated successfully, but these errors were encountered: