tylermilner / cookiecutter-ios-swiftui

Cookiecutter template for jump-starting modern iOS apps using SwiftUI.
MIT License
1 stars 0 forks source link

Setup python dependencies to target `*` #30

Closed tylermilner closed 3 months ago

tylermilner commented 5 months ago

It looks like a lot of python repos just target * version in pyproject.toml / Pipfile / etc. and rely on the .lock file to keep track of the dependency versions being used. It should make updating dependencies easier by using CLI commands to automatically update the dependency/lock file (e.g. pipenv update x).