issues
search
statisticsnorway
/
ssb-pypitemplate
Template for PyPI-packages in Statistics Norway, based on hyper modern python.
https://statisticsnorway.github.io/ssb-pypitemplate/
MIT License
9
stars
1
forks
source link
Remove poetry.lock file in template and dependency to ipykernel
#45
Closed
arneso-ssb
closed
9 months ago
arneso-ssb
commented
9 months ago
The
poetry.lock
file in the template is not necessary if the user runs poetry update after creating an instance of the template.
cruft update
does not give conflicts in poetry.lock anymore -> easier updates.
No need to update the template because of dependency vulnerabilities.
Removed dependency to ipykernel since ssb-project now has support a
--no-kernel
option.
poetry.lock
file in the template is not necessary if the user runs poetry update after creating an instance of the template.cruft update
does not give conflicts in poetry.lock anymore -> easier updates.--no-kernel
option.