Skip to content

Commit

Permalink
fix(deps): remove 3rd party configparser (#106)
Browse files Browse the repository at this point in the history
Remove 3rd party library - `configparser` as there is one present by
default in Python.
  • Loading branch information
hetangmodi-crest authored Aug 8, 2024
1 parent d6175b4 commit be87ac8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
17 changes: 1 addition & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ keywords = ["splunk"]

[tool.poetry.dependencies]
python = "^3.7"
configparser = "5.3.0"

[tool.poetry.dev-dependencies]
pytest = ">=7"
Expand Down

0 comments on commit be87ac8

Please sign in to comment.