from setuptools import setup setup( name="Meshroom", description="Photogrammetry Software", requires=['psutil', 'pytest', 'pySide2', "pytest"] )