Skip to content

Commit dae08b0

Browse files
committed
Extract deps into dev deps
1 parent 4502606 commit dae08b0

File tree

2 files changed

+822
-15
lines changed

2 files changed

+822
-15
lines changed

pyproject.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff 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]
4143
HOMEPAGE = "https://pypi.org/project/splunk-sdk"
4244
DOCS = "https://docs.splunk.com/Documentation/PythonSDK/2.0.0"
4345
REPO = "http://github.com/splunk/splunk-sdk-python.git"
44-
45-
46-
[tool.setuptools]
47-
packages = ["splunklib", "splunklib.modularinput", "splunklib.searchcommands"]

0 commit comments

Comments
 (0)