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

added pyez (junos-eznc) dependency

parent e677e1ba
Branches
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ sqlalchemy ...@@ -4,6 +4,7 @@ sqlalchemy
alembic alembic
mysqlclient mysqlclient
click click
junos-eznc
pytest pytest
sphinx sphinx
......
...@@ -14,6 +14,7 @@ setup( ...@@ -14,6 +14,7 @@ setup(
'sqlalchemy', 'sqlalchemy',
'alembic', 'alembic',
'mysqlclient', 'mysqlclient',
'click' 'click',
'junos-eznc'
] ]
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment