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"
9
9
readme = " README.md"
10
10
requires-python = " >=3.7, <4"
11
11
license = " Apache-2.0"
12
- # license-files = ["LICEN[CS]E.*"]
13
12
authors = [{
name =
" Splunk, Inc." ,
email =
" [email protected] " }]
14
13
classifiers = [
15
14
" Programming Language :: Python" ,
@@ -21,7 +20,11 @@ classifiers = [
21
20
" Topic :: Software Development :: Libraries :: Application Frameworks" ,
22
21
]
23
22
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
+ ]
25
28
26
29
[dependency-groups ]
27
30
dev = [
@@ -33,6 +36,8 @@ dev = [
33
36
" flake8-logging-format>=2024.24.12" ,
34
37
" flake8-rst-docstrings>=0.3.0" ,
35
38
" pylint>=2.13.9" ,
39
+ " pytest>=7.4.4" ,
40
+ " pytest-cov>=4.1.0" ,
36
41
" six>=1.17.0" ,
37
42
" tox>=4.8.0" ,
38
43
" twine>=4.0.2" ,
You can’t perform that action at this time.
0 commit comments