Convert from pipenv to poetry

This commit is contained in:
2020-02-11 23:15:34 -05:00
parent 27dd062900
commit e81fc750cb
6 changed files with 444 additions and 229 deletions

8
.gitignore vendored
View File

@@ -1,3 +1,7 @@
# ---> Ansible
*.retry
*.swp
playbooks/testing.yml
.mypy_cache/*
*.idea
**/__pycache__/
.venv/