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

added dependency on requests

parent fe5831d5
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ redis ...@@ -8,6 +8,7 @@ redis
celery celery
junos-eznc junos-eznc
lxml lxml
requests
pytest pytest
pytest-mock pytest-mock
...@@ -19,7 +19,8 @@ setup( ...@@ -19,7 +19,8 @@ setup(
'redis', 'redis',
'celery', 'celery',
'junos-eznc', 'junos-eznc',
'lxml' 'lxml',
'requests'
], ],
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