commit | 0f982131350a65dc36d6da5ec9b2e8c60070dea7 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Mon Sep 19 10:48:42 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Mon Sep 19 19:29:15 2022 -0400 |
tree | f3fe95f2034dbc1b295f29217460b4c99464aa24 | |
parent | 0f5d7338ca2bddc00f7449318b9a54083b6f1792 [diff] [blame] |
feat: add value overrides
diff --git a/pyproject.toml b/pyproject.toml index 6d4ba46..ae6e9e0 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -19,6 +19,7 @@ structlog = "^22.1.0" rich = "^12.5.1" better-exceptions = "^0.3.3" +mergedeep = "^1.3.4" [tool.poetry.group.dev.dependencies] pytest = "^7.1.3"