diff --git a/setup.py b/setup.py index d0b194b9743e238032878381af07f60fca80445d..d0702613b978d5d223dbefb170941c0ec4627234 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,9 @@ setup( 'jsonschema', 'fastapi', 'pydantic', - 'ansible-runner' + 'ansible-runner', + 'requests', + 'uvicorn' ], license='MIT', license_files=('LICENSE.txt',),