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
celery
junos-eznc
lxml
requests
pytest
pytest-mock
......@@ -19,7 +19,8 @@ setup(
'redis',
'celery',
'junos-eznc',
'lxml'
'lxml',
'requests'
],
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