Skip to content

Commit 088986c

Browse files
author
rfaircloth-splunk
committed
wip clean pass
1 parent dc66ca2 commit 088986c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.7.18

examples/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
app = 'solnlib_demo'
99

1010
username = 'admin'
11-
password = 'changeme'
11+
password = 'Chang3d!'
1212

1313
scheme, host, port = get_splunkd_access_info()

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ def run(self):
123123

124124
package_data={'': ['LICENSE']},
125125

126-
install_requires=[],
126+
install_requires=[
127+
'requests'
128+
],
127129

128130
cmdclass={'test': TestCommand,
129131
'jtest': JTestCommand,

0 commit comments

Comments
 (0)