Skip to content

Commit

Permalink
Missing deprecation dependency added
Browse files Browse the repository at this point in the history
  • Loading branch information
ashah-splunk committed Mar 26, 2024
1 parent c4e8bf3 commit 6b0b75f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions setup.py
Expand Up @@ -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__,
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -31,7 +31,6 @@ deps = pytest
xmlrunner
unittest-xml-reporting
python-dotenv
deprecation

distdir = build
commands =
Expand Down

0 comments on commit 6b0b75f

Please sign in to comment.