-
Notifications
You must be signed in to change notification settings - Fork 385
Remove ResultsReader
, six
#670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a80249a
to
06d332d
Compare
Once this will be released in v2.1.2, |
@TwilightMercy correct, although we still depend on python-dotenv. |
Built in in Splunk modules? |
Any dependencies should be packaged with your Splunk app as described here. Please let us know if you can't find the info you need in the docs. |
I think it's high time to get rid of the old
ResultsReader
. We deprecated it in 1.6.19 (#441), we're at 2.2.0a0 now.Additionally, I removed the local copy of
six
and instead added it as an optional dependency group undercompat
. This might get reverted - ideally we shouldn't be needing this file, but I asked around and there might be issues with removingsix
entirely because of all apps sharing one interpreter.