silviolleite / django-pwa

Looks like an app, feels like an app, but IS NOT an app.
MIT License
541 stars 112 forks source link

feat: add poetry support #99

Closed hartungstenio closed 1 year ago

hartungstenio commented 1 year ago

This project contains a Pipfile to use with pipenv, and a requirements-dev.txt+setup.py to use with regular pip.

This PR removes both, and adds support to poetry. Next steps will be to add pre-commit, and replace travis with github actions.