From b9e3ec13ac97a9790f6717fb9f69addca09294c1 Mon Sep 17 00:00:00 2001 From: Vianney Mixtur Date: Sun, 11 Jun 2023 15:12:13 +0200 Subject: [PATCH] updated pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5cbfcca..1509bc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,8 @@ classifiers = [ ] keywords = ["nosql", "mongo", "aggregation", "pymongo", "pandas", "pydantic"] dependencies = [ - "pydantic >= 1.8.0" + "pydantic >= 1.8.0", + "pyhumps >= 3.0.2" ] requires-python = ">=3.10"