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",
    ])