Skip to content

Commit 49d5789

Browse files
committed
Move six to deps to prevent a potential future disaster, uv.lock
1 parent 2c06b7e commit 49d5789

File tree

2 files changed

+1728
-1499
lines changed

2 files changed

+1728
-1499
lines changed

pyproject.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ classifiers = [
2929
"Topic :: Software Development :: Libraries :: Application Frameworks",
3030
]
3131

32-
dependencies = ["python-dotenv>=0.21.1"]
33-
optional-dependencies = { compat = ["six>=1.17.0"] }
32+
dependencies = [
33+
"python-dotenv>=0.21.1",
34+
# Required because Splunk apps don't get dedicated virtualenvs
35+
"six>=1.17.0",
36+
]
3437

3538
[dependency-groups]
3639
build = ["build>=1.1.1", "twine>=4.0.2"]
@@ -53,8 +56,8 @@ build-backend = "setuptools.build_meta"
5356
[tool.setuptools]
5457
packages = ["splunklib", "splunklib.modularinput", "splunklib.searchcommands"]
5558

56-
[tool.setuptools.dynamic]
57-
version = { attr = "splunklib.__version__" }
59+
[tool.setuptools.dynamic.version]
60+
attr = "splunklib.__version__"
5861

5962
# https://docs.astral.sh/ruff/configuration/
6063
[tool.ruff.lint]

0 commit comments

Comments
 (0)