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

add xmltodict to requirements

parent 9dffca48
No related branches found
No related tags found
1 merge request!24update requirements in setup.py
...@@ -15,7 +15,8 @@ setup( ...@@ -15,7 +15,8 @@ setup(
'ansible-runner', 'ansible-runner',
'requests', 'requests',
'uvicorn', 'uvicorn',
'ncclient' 'ncclient',
'xmltodict'
], ],
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