Thomas Shearer

Results 4 comments of Thomas Shearer

use defaultValue instead of value

I am having the same issue where poetry export uses the commit sha instead of the pinned version from the pyproject.toml. When I try to install using the requirements.txt it...

> the answer is still `--no-deps` This works locally - however I am deploying python applications to Azure app services and functions which run pip install as part of their...

> add `--no-deps` to the top of the exported file? > > if that works out for you maybe submit a pull request here to do that always Good suggestion,...