Skip to content
Snippets Groups Projects
Commit 5d91a8c7 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Merge branch 'feature/update-requirements' into 'develop'

update requirements in setup.py

See merge request !24
parents dbcae870 baaeb49a
No related branches found
No related tags found
1 merge request!24update requirements in setup.py
......@@ -58,7 +58,7 @@ def provision_ip_trunk(params: IPTrunkProvisioningParams) \
'object': params.object,
'commit_comment': f'IPtrunk '
f"{params.subscription['iptrunk']['geant_s_sid']} "
f"({params.subscription['id']}) - "
f"({params.subscription['subscription_id']}) - "
f'deployment of {params.object}'
}
......
......@@ -5,16 +5,19 @@ setup(
version="0.1",
author='GÉANT Orchestration & Automation Team',
author_email='TBD',
description='Lightweight Ansible Runner Provioner',
description='Lightweight Service Orchestrator',
url='https://gitlab.geant.org/goat/gap/lso',
packages=find_packages(),
install_requires=[
'jsonschema',
'fastapi',
'pydantic',
'ansible-runner',
'ansible',
'requests',
'uvicorn'
'uvicorn',
'ncclient',
'xmltodict',
'netaddr'
],
license='MIT',
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