Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
setup.py 272 B
import setuptools

#with open('requirements.txt') as f:
#    required = f.read().splitlines()
# Requires: setup.cfg
setuptools.setup(install_requires=["asyncua",
    "numpy",
    "recordclass",
    "pyyaml",
    "python-logstash-async",
    "importlib-resources",
    ])