Skip to content
Snippets Groups Projects
Verified Commit 9dffca48 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

add ncclient to requirements

parent dbcae870
No related branches found
No related tags found
1 merge request!24update requirements in setup.py
...@@ -14,7 +14,8 @@ setup( ...@@ -14,7 +14,8 @@ setup(
'pydantic', 'pydantic',
'ansible-runner', 'ansible-runner',
'requests', 'requests',
'uvicorn' 'uvicorn',
'ncclient'
], ],
license='MIT', license='MIT',
license_files=('LICENSE.txt',), license_files=('LICENSE.txt',),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment