Newer
Older
Karel van Klink
committed
from setuptools import find_packages, setup
setup(
name="geant-service-orchestrator",
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=[
"orchestrator-core==1.3.4",
Neda Moeini
committed
"pynetbox==7.2.0",
"celery-redbeat==2.1.1",
Karel van Klink
committed
],
Neda Moeini
committed
include_package_data=True,