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

Fix requirements in setup.py

parent 4fede558
No related branches found
No related tags found
1 merge request!12Docker virtual deployment
...@@ -12,7 +12,9 @@ setup( ...@@ -12,7 +12,9 @@ setup(
'jsonschema', 'jsonschema',
'fastapi', 'fastapi',
'pydantic', 'pydantic',
'ansible-runner' 'ansible-runner',
'requests',
'uvicorn'
], ],
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