inveniosoftware / cookiecutter-invenio-rdm

Cookiecutter template for a new InvenioRDM instance.
MIT License
4 stars 33 forks source link

Improve Pipenv.lock file management #4

Closed ppanero closed 5 years ago

ppanero commented 5 years ago

Investigate the creation of the lock file without installing (outside the docker container). If it's not possible we need to manage (create/upgrade) the different Pipenv.lock files that can be result of user's choices.

ppanero commented 5 years ago

Closed by https://github.com/inveniosoftware/cookiecutter-invenio-rdm/commit/2d12a57c0620fe2ad8b6767f764ae337db97f8a5

ppanero commented 5 years ago

user story:

As a developer I add a custom plugin that requires a xyz library that gets added to the Pipfile* how does it handle the merge in the upgrade?