From 6b0b75f381fef905f11819e2e0ef2a83f31a20e3 Mon Sep 17 00:00:00 2001 From: Abhi Shah Date: Tue, 26 Mar 2024 14:04:06 +0530 Subject: [PATCH] Missing deprecation dependency added --- setup.py | 4 ++++ tox.ini | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 62725534..c80ddf37 100755 --- a/setup.py +++ b/setup.py @@ -142,6 +142,10 @@ def run(self): "splunklib.modularinput", "splunklib.searchcommands"], + install_requires=[ + "deprecation", + ], + url="http://github.com/splunk/splunk-sdk-python", version=splunklib.__version__, diff --git a/tox.ini b/tox.ini index b5bcf34c..e45dbfb9 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,6 @@ deps = pytest xmlrunner unittest-xml-reporting python-dotenv - deprecation distdir = build commands =