aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2020-12-22 04:55:23 +0300
committerGravatar Hassan Abouelela <[email protected]>2020-12-22 04:57:11 +0300
commit0f04292ce4121aa861cd1f67c3501a715a031e3c (patch)
tree7636d44ecda9e04f9fbe22d4521101808bd28b31 /pyproject.toml
parentDedents Webhook Object (diff)
Updates Patching Strategy
Changes the patching strategy to modify certain objects instead of outright overwriting them. Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 49e0f43..642fb6c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,6 +17,7 @@ httpx = "^0.16.1"
gunicorn = "^20.0.4"
pydantic = "^1.7.2"
spectree = "^0.3.16"
+deepmerge = "^0.1.1"
[tool.poetry.dev-dependencies]
flake8 = "^3.8.4"