0.2.1
- Running
pyflow install
is now no longer required; Runningpyflow
,pyflow list
etc
will now install dependencies as required frompyproject.toml
. pyflow new
now asks for the Python version instead of using a default.- Now searches parent directories for
pyproject.toml
, if we can't find one
in the current path.