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