File tree Expand file tree Collapse file tree 2 files changed +822
-15
lines changed Expand file tree Collapse file tree 2 files changed +822
-15
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,10 @@ classifiers = [
21
21
" Topic :: Software Development :: Libraries :: Application Frameworks" ,
22
22
]
23
23
24
- dependencies = [
25
- " deprecation>=2.1.0" ,
24
+ dependencies = [" deprecation>=2.1.0" , " python-dotenv>=0.21.1" ]
25
+
26
+ [dependency-groups ]
27
+ dev = [
26
28
" flake8>=3.9.2" ,
27
29
" flake8-blind-except>=0.2.1" ,
28
30
" flake8-builtins>=2.1.0" ,
@@ -31,17 +33,13 @@ dependencies = [
31
33
" flake8-logging-format>=2024.24.12" ,
32
34
" flake8-rst-docstrings>=0.3.0" ,
33
35
" pylint>=2.13.9" ,
34
- " python-dotenv>=0.21.1" ,
35
36
" six>=1.17.0" ,
36
37
" tox>=4.8.0" ,
38
+ " twine>=4.0.2" ,
37
39
" types-setuptools>=69.0.0.0" ,
38
40
]
39
41
40
42
[project .urls ]
41
43
HOMEPAGE = " https://pypi.org/project/splunk-sdk"
42
44
DOCS = " https://docs.splunk.com/Documentation/PythonSDK/2.0.0"
43
45
REPO = " http://github.com/splunk/splunk-sdk-python.git"
44
-
45
-
46
- [tool .setuptools ]
47
- packages = [" splunklib" , " splunklib.modularinput" , " splunklib.searchcommands" ]
You can’t perform that action at this time.
0 commit comments