File tree Expand file tree Collapse file tree 2 files changed +776
-52
lines changed
Expand file tree Collapse file tree 2 files changed +776
-52
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ description = "The Splunk Software Development Kit for Python"
99readme = " README.md"
1010requires-python = " >=3.7, <4"
1111license = " Apache-2.0"
12- # license-files = ["LICEN[CS]E.*"]
1312authors = [{
name =
" Splunk, Inc." ,
email =
" [email protected] " }]
1413classifiers = [
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 ]
2730dev = [
@@ -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" ,
You can’t perform that action at this time.
0 commit comments