Migrate to Poetry rather than Pipenv

This commit is contained in:
Danielle McLean 2023-08-10 16:30:06 +10:00
parent 7af8636687
commit c5458c2d06
Signed by: 00dani
GPG key ID: 52C059C3B22A753E
4 changed files with 1537 additions and 2 deletions

1
.gitignore vendored
View file

@ -18,5 +18,6 @@ media
/.env
/.mypy_cache
/.pytest_cache
/*.egg-info/
/static
node_modules