Skip to content
Snippets Groups Projects
Commit ba267a17 authored by Erik Reid's avatar Erik Reid
Browse files

add redis dependency

parent fc5db78f
No related branches found
No related tags found
No related merge requests found
...@@ -4,5 +4,6 @@ pysnmp ...@@ -4,5 +4,6 @@ pysnmp
jsonschema jsonschema
paramiko paramiko
flask flask
redis
pytest pytest
...@@ -15,6 +15,7 @@ setup( ...@@ -15,6 +15,7 @@ setup(
'pysnmp', 'pysnmp',
'jsonschema', 'jsonschema',
'paramiko', 'paramiko',
'flask' 'flask',
'redis'
] ]
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment