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

added lxml dependency

parent 6df65d52
Branches
Tags
No related merge requests found
...@@ -7,6 +7,7 @@ flask ...@@ -7,6 +7,7 @@ flask
redis redis
celery celery
junos-eznc junos-eznc
lxml
pytest pytest
pytest-mock pytest-mock
...@@ -18,7 +18,8 @@ setup( ...@@ -18,7 +18,8 @@ setup(
'flask', 'flask',
'redis', 'redis',
'celery', 'celery',
'junos-eznc' 'junos-eznc',
'lxml'
], ],
include_package_data=True, include_package_data=True,
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment