stpotter16 / cashflow

See where your money is going and where it will be
MIT License
0 stars 0 forks source link

Revisit managing nox dependencies with poetry #1

Open stpotter16 opened 1 year ago

stpotter16 commented 1 year ago

https://cjolowicz.github.io/posts/hypermodern-python-03-linting/#managing-dependencies-in-nox-sessions-with-poetry

Poetry dumps out a constraints file that has extras configured coverage[toml] which is invalid in a constraints file.

Ways around this