-
Notifications
You must be signed in to change notification settings - Fork 78
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
add pipenv support #341
Comments
probably we can add a option which will trigger pipenv functions to convert |
how about if
|
the requirements management is the most complex part of the installer and I'm worried that having a completely different way to manage would make it very brittle, but I will give your suggestion a try |
@oshanz the proposed way seems workable |
great!! everything is working fine. however, I notice that
@yakky Good job! hope to see this in the next release. 🥂 |
I haven't really used pipenv in more complex setups, by I think the higher time to install is expected, as pipenv needs to build the dependencies graph and resolve eventual conflicts, and we provide a lot of dependencies for it to build its list |
yes, that's true. let's close this ticket. Thanks :) |
djangocms-installer can be installed using pipenv. also, the project can create successfully. however, if you look into the Pipfile there is nothing new, but requirements.txt file includes all the necessary dependencies. from #328
The text was updated successfully, but these errors were encountered: