Closed briggySmalls closed 4 years ago
This implements #9.
Pipenv hasn't had a release for ages, it's really slow to create a lockfile, and can get into a bad state more frequently that poetry.
Poetry is also really attractive as it removes setup.py, setup.cfg, MANIFEST.in and all of that jumble of different deployment options
setup.py
setup.cfg
MANIFEST.in
This implements #9.
Pipenv hasn't had a release for ages, it's really slow to create a lockfile, and can get into a bad state more frequently that poetry.
Poetry is also really attractive as it removes
setup.py
,setup.cfg
,MANIFEST.in
and all of that jumble of different deployment options