Skip to content

Commit be87ac8

Browse files
fix(deps): remove 3rd party configparser (#106)
Remove 3rd party library - `configparser` as there is one present by default in Python.
1 parent d6175b4 commit be87ac8

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

poetry.lock

Lines changed: 1 addition & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ keywords = ["splunk"]
4444

4545
[tool.poetry.dependencies]
4646
python = "^3.7"
47-
configparser = "5.3.0"
4847

4948
[tool.poetry.dev-dependencies]
5049
pytest = ">=7"

0 commit comments

Comments
 (0)