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

added dependencies for the previous 2 commits

parent 3e682d0e
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ celery ...@@ -9,6 +9,7 @@ celery
junos-eznc junos-eznc
lxml lxml
requests requests
netifaces
pytest pytest
pytest-mock pytest-mock
......
...@@ -20,7 +20,8 @@ setup( ...@@ -20,7 +20,8 @@ setup(
'celery', 'celery',
'junos-eznc', 'junos-eznc',
'lxml', 'lxml',
'requests' 'requests',
'netifaces'
], ],
include_package_data=True, include_package_data=True,
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment