commit | 06707baf8684ec1db3a0e13daa74d6952b4343c6 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Thu Sep 29 23:13:46 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Sat Oct 01 22:38:06 2022 -0400 |
tree | f642b49ffb8b921485555f60a6abd27cb180377c | |
parent | a4c26f2e5e2b577b528f2b5b4b7f0721d45f26a3 [diff] [blame] |
chore: use tomli_w
diff --git a/pyproject.toml b/pyproject.toml index 650687b..1b8d33e 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -19,6 +19,7 @@ taskflow = "^5.0.0" eventlet = "^0.33.1" tomli = "^2.0.1" +tomli-w = "^1.0.0" [tool.poetry.group.dev.dependencies] pytest = "^7.1.3"