You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should update the pipenv configuration in this project to install the llnl-scraper package from PyPI instead of LLNL/scraper.
Motivation and context
With #147 we (will) switch to installing the llnl-scraper package from the LLNL/scraper repository to get necessary changes. However, it would be preferable to install a minimum version from PyPI instead. Once a new version is released on PyPI with the necessary changes we should switch the dependency to that version as a minimum bound and install from PyPI as normal.
Implementation notes
Once the Pipfile is updated we need to update the Pipfile.lock lock file.
💡 Summary
We should update the pipenv configuration in this project to install the llnl-scraper package from PyPI instead of LLNL/scraper.
Motivation and context
With #147 we (will) switch to installing the llnl-scraper package from the LLNL/scraper repository to get necessary changes. However, it would be preferable to install a minimum version from PyPI instead. Once a new version is released on PyPI with the necessary changes we should switch the dependency to that version as a minimum bound and install from PyPI as normal.
Implementation notes
Once the
Pipfile
is updated we need to update thePipfile.lock
lock file.Acceptance criteria
How do we know when this work is done?
The text was updated successfully, but these errors were encountered: