Newer
Older
"""Setup script for the GÉANT Service Orchestrator."""
Karel van Klink
committed
from setuptools import find_packages, setup
setup(
name="geant-service-orchestrator",
version="2.36",
author="GÉANT Orchestration and Automation Team",
author_email="goat@geant.org",
Karel van Klink
committed
description="GÉANT Service Orchestrator",
url="https://gitlab.software.geant.org/goat/gap/geant-service-orchestrator",
Karel van Klink
committed
packages=find_packages(),
install_requires=[
"pycountry==23.12.11",
"pynetbox==7.3.3",
"celery-redbeat==2.2.0",
"celery==5.3.6",
"azure-identity==1.16.0",
"msgraph-sdk==1.2.0",
"ping3==4.0.8",
Karel van Klink
committed
],
Neda Moeini
committed
include_package_data=True,