Skip to content

Commit

Permalink
Apparently json_utils is only available in pymongo.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Dec 10, 2024
1 parent 7d0c936 commit 534456d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ci = [
"pytest>=8",
"pytest-cov>=4",
"types-requests",
"bson"
"pymongo"
]
# dev is for "dev" module, not for development
dev = ["ipython"]
Expand All @@ -40,7 +40,7 @@ docs = [
"sphinx_rtd_theme",
]
json = [
"bson",
"pymongo",
"orjson>=3.6.1",
"pandas",
"pydantic",
Expand Down

0 comments on commit 534456d

Please sign in to comment.