Skip to content

Commit 0cfbaae

Browse files
committed
Fiddle around with CI/CD #5
1 parent 9fed603 commit 0cfbaae

File tree

2 files changed

+149
-1993
lines changed

2 files changed

+149
-1993
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ dependencies = [
2424
"deprecation>=2.1.0",
2525
"importlib-metadata>=6.7.0",
2626
"python-dotenv>=0.21.1",
27-
]
28-
29-
[dependency-groups]
30-
dev = [
3127
"flake8>=3.9.2",
3228
"flake8-blind-except>=0.2.1",
3329
"flake8-builtins>=2.1.0",
@@ -44,6 +40,10 @@ dev = [
4440
"types-setuptools>=69.0.0.0",
4541
]
4642

43+
# TODO :(
44+
# [dependency-groups]
45+
# dev = []
46+
4747
[project.urls]
4848
HOMEPAGE = "https://pypi.org/project/splunk-sdk"
4949
DOCS = "https://docs.splunk.com/Documentation/PythonSDK/2.0.0"

0 commit comments

Comments
 (0)