Skip to content

Commit 01774fa

Browse files
committed
Add missing deps
1 parent 338170e commit 01774fa

File tree

2 files changed

+776
-52
lines changed

2 files changed

+776
-52
lines changed

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ description = "The Splunk Software Development Kit for Python"
99
readme = "README.md"
1010
requires-python = ">=3.7, <4"
1111
license = "Apache-2.0"
12-
# license-files = ["LICEN[CS]E.*"]
1312
authors = [{ name = "Splunk, Inc.", email = "[email protected]" }]
1413
classifiers = [
1514
"Programming Language :: Python",
@@ -21,7 +20,11 @@ classifiers = [
2120
"Topic :: Software Development :: Libraries :: Application Frameworks",
2221
]
2322

24-
dependencies = ["deprecation>=2.1.0", "python-dotenv>=0.21.1"]
23+
dependencies = [
24+
"deprecation>=2.1.0",
25+
"importlib-metadata>=6.7.0",
26+
"python-dotenv>=0.21.1",
27+
]
2528

2629
[dependency-groups]
2730
dev = [
@@ -33,6 +36,8 @@ dev = [
3336
"flake8-logging-format>=2024.24.12",
3437
"flake8-rst-docstrings>=0.3.0",
3538
"pylint>=2.13.9",
39+
"pytest>=7.4.4",
40+
"pytest-cov>=4.1.0",
3641
"six>=1.17.0",
3742
"tox>=4.8.0",
3843
"twine>=4.0.2",

0 commit comments

Comments
 (0)