mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
7 lines
158 B
Python
7 lines
158 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name="Meshroom",
|
|
description="Photogrammetry Software",
|
|
requires=['psutil', 'pytest', 'pySide2', "pytest"]
|
|
)
|