from setuptools import setup

setup(
    name="Meshroom",
    description="Photogrammetry Software",
    requires=['psutil', 'pytest', 'PySide2']
)