We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4e8bf3 + 6b0b75f commit 6073ec1Copy full SHA for 6073ec1
setup.py
@@ -142,6 +142,10 @@ def run(self):
142
"splunklib.modularinput",
143
"splunklib.searchcommands"],
144
145
+ install_requires=[
146
+ "deprecation",
147
+ ],
148
+
149
url="http://github.com/splunk/splunk-sdk-python",
150
151
version=splunklib.__version__,
tox.ini
@@ -31,7 +31,6 @@ deps = pytest
31
xmlrunner
32
unittest-xml-reporting
33
python-dotenv
34
- deprecation
35
36
distdir = build
37
commands =
0 commit comments