Skip to content
Snippets Groups Projects
setup.py 633 B
Newer Older
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==1.3.4",
        "requests==2.31.0",
Karel van Klink's avatar
Karel van Klink committed
        "infoblox-client~=0.6.0",
        "pycountry==22.3.5",