Skip to content

Commit

Permalink
updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
VianneyMI committed Jun 11, 2023
1 parent c36bdd4 commit b9e3ec1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit b9e3ec1

Please sign in to comment.