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

add redis dependency

parent fc5db78f
Branches
Tags
No related merge requests found
......@@ -4,5 +4,6 @@ pysnmp
jsonschema
paramiko
flask
redis
pytest
......@@ -15,6 +15,7 @@ setup(
'pysnmp',
'jsonschema',
'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