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