Closed calebchiam closed 2 years ago
requirements.txt is redundant, given that have setup.py.
requirements.txt
setup.py
requirements-dev.txt should include packages like black, precommit, sphinx, which are useful for development but not for package functionality.
requirements-dev.txt
black
precommit
sphinx
requirements.txt
is redundant, given that havesetup.py
.requirements-dev.txt
should include packages likeblack
,precommit
,sphinx
, which are useful for development but not for package functionality.