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

added flask dependency

parent d6ef732c
Branches
Tags
No related merge requests found
......@@ -3,5 +3,6 @@ mysql-connector
pysnmp
jsonschema
paramiko
flask
pytest
......@@ -14,6 +14,7 @@ setup(
'mysql-connector',
'pysnmp',
'jsonschema',
'paramiko'
'paramiko',
'flask'
]
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment