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 = [
2121 " Topic :: Software Development :: Libraries :: Application Frameworks" ,
2222]
2323
24- dependencies = [
25- " deprecation>=2.1.0" ,
24+ dependencies = [" deprecation>=2.1.0" , " python-dotenv>=0.21.1" ]
25+
26+ [dependency-groups ]
27+ dev = [
2628 " flake8>=3.9.2" ,
2729 " flake8-blind-except>=0.2.1" ,
2830 " flake8-builtins>=2.1.0" ,
@@ -31,17 +33,13 @@ dependencies = [
3133 " flake8-logging-format>=2024.24.12" ,
3234 " flake8-rst-docstrings>=0.3.0" ,
3335 " pylint>=2.13.9" ,
34- " python-dotenv>=0.21.1" ,
3536 " six>=1.17.0" ,
3637 " tox>=4.8.0" ,
38+ " twine>=4.0.2" ,
3739 " types-setuptools>=69.0.0.0" ,
3840]
3941
4042[project .urls ]
4143HOMEPAGE = " https://pypi.org/project/splunk-sdk"
4244DOCS = " https://docs.splunk.com/Documentation/PythonSDK/2.0.0"
4345REPO = " 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