change: remove poetry-dynamic-versioning

We've not been using this as it is and its now warning us
about strtobool deprecation changes. Removing it for now.

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2022-03-31 20:47:34 -07:00
parent a553d5d95a
commit 7a525d7693
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
2 changed files with 24 additions and 46 deletions

View file

@ -47,7 +47,6 @@ python = ">=3.9,<3.11"
# poetry-dynamic-versioning is used to produce tool.poetry.version
# based on git tags.
poetry-dynamic-versioning = "^0.13.1"
# General
aiofiles = "^0.7.0"