Skip to content
Snippets Groups Projects
setup.py 809 B
Newer Older
Mohammad Torkashvand's avatar
Mohammad Torkashvand committed
"""Setup script for the GÉANT Service Orchestrator."""

from setuptools import find_packages, setup

setup(
    name="geant-service-orchestrator",
    author="GÉANT Orchestration and Automation Team",
    author_email="goat@geant.org",
    description="GÉANT Service Orchestrator",
    url="https://gitlab.software.geant.org/goat/gap/geant-service-orchestrator",
    packages=find_packages(),
    install_requires=[
        "orchestrator-core==2.8.0",
        "requests==2.31.0",
Karel van Klink's avatar
Karel van Klink committed
        "infoblox-client~=0.6.0",
Mohammad Torkashvand's avatar
Mohammad Torkashvand committed
        "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",
        "unidecode==1.3.8",