Specifying pipenv dev-packages in pyproject.toml

109 Views Asked by At

Is it possible to specify dev-packages in pyproject.toml such that pipenv installs them when running pipenv install -d?

0

There are 0 best solutions below