Skip to content

Commit

Permalink
Remove pandas dependency in favor of J535D165#79
Browse files Browse the repository at this point in the history
Pandas dependency was introduced by mistake.
  • Loading branch information
J535D165 authored Jun 24, 2024
1 parent 820bb3a commit 79ddd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
"Programming Language :: Python :: 3.12"
]
license = {text = "MIT"}
dependencies = ["jsonpath_ng", "pandas", "requests", "requests-cache", "scitree", "tqdm"]
dependencies = ["jsonpath_ng", "requests", "requests-cache", "scitree", "tqdm"]
dynamic = ["version"]
requires-python = ">=3.8"

Expand Down

0 comments on commit 79ddd3a

Please sign in to comment.