A command-line tool built to obtain in-depth, actionable information about GitHub repositories that is often challenging to decipher manually.
14
stars
5
forks
source link
Migrated from using `pipenv` to `poetry` for dependency management #31
Closed
AryanK1511 closed 1 month ago
Managed to migrate from using
pipenv
topoetry
. Had to change the following:pyproject.toml
filepoetry.lock
instead ofpipfile
andpipfile.lock
This fixes the following:
30