Skip to content
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

Support for {git = "https://github.com/gsemet/pipenv-to-requirements.git"} #23

Open
adimajo opened this issue Apr 10, 2020 · 1 comment

Comments

@adimajo
Copy link

adimajo commented Apr 10, 2020

Hi & thanks for the amazing job on this tool.
I have in my Pipfile some dependencies to Github repositories, e.g. :
polyglot = {git = "https://github.com/aboSamoor/polyglot.git"}
which, if you wondered, comes from a bug in package polyglot on windows (see aboSamoor/polyglot#91 and #22).
(NOTE : this is obtained from running pipenv install git+https://github.com/aboSamoor/polyglot.git#egg=polyglot)

This is currently being translated by pipenv-to-requirements in requirements.txt as:
polyglot
which is kind of incorrect since it simply won't install on my Windows machine when downloaded from PyPi.

@adimajo
Copy link
Author

adimajo commented Apr 10, 2020

Juste came accross #2 (sorry!). Is there a reason this wouldn't work in my case?
Might it be related to editable = True? (i.e. not using pipenv install -e in the first place?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant