I’m researching unused software dependencies in lockfiles and came across your 2020 blog post: Python Projects Using Pipenv.
I noticed that twine is listed as a default package in the Pipfile. I’d recommend moving it to the dev packages since it’s typically not needed in production. Normally, I wouldn’t mention this, but as it seems to be the only non-production package included, I thought I'd make a note :)
I’m researching unused software dependencies in lockfiles and came across your 2020 blog post: Python Projects Using Pipenv.
I noticed that twine is listed as a default package in the Pipfile. I’d recommend moving it to the dev packages since it’s typically not needed in production. Normally, I wouldn’t mention this, but as it seems to be the only non-production package included, I thought I'd make a note :)