Closed hartungstenio closed 1 year ago
This project contains a Pipfile to use with pipenv, and a requirements-dev.txt+setup.py to use with regular pip.
Pipfile
pipenv
requirements-dev.txt
setup.py
pip
This PR removes both, and adds support to poetry. Next steps will be to add pre-commit, and replace travis with github actions.
poetry
pre-commit
travis
github actions
This project contains a
Pipfile
to use withpipenv
, and arequirements-dev.txt
+setup.py
to use with regularpip
.This PR removes both, and adds support to
poetry
. Next steps will be to addpre-commit
, and replacetravis
withgithub actions
.