Skip to content
Snippets Groups Projects
Commit c4af10c4 authored by Erik Reid's avatar Erik Reid
Browse files

added dependencies

parent c435f89f
No related branches found
No related tags found
No related merge requests found
__pycache__/
__pycache__
*.egg-info
setup.py 0 → 100644
from setuptools import setup, find_packages
setup(
name='geant-service-orchestrator',
version="0.1",
author='GEANT',
author_email='swd@geant.org',
description='GEANT Service Orchestrator',
url=('https://gitlab.geant.org/goat/geant-service-orchestrator'),
packages=find_packages(),
install_requires=[
'orchestrator-core',
]
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment