mu-semtech / mu-python-template

Template for running Python/Flask microservices
MIT License
4 stars 8 forks source link

fix: install the service provided requirements on startup #13

Closed sergiofenoll closed 11 months ago

sergiofenoll commented 1 year ago

Re-run the installation of dependencies specified by the service each time the service boots in DEV mode. This was already implemented, but the service tries to re-install the template dependencies (which is redundant because those don't change).