mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-31 01:46:31 +02:00
[setup.py] remove extra 'pytest'
This commit is contained in:
parent
aca6024c0e
commit
82701e6555
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -3,5 +3,5 @@ from setuptools import setup
|
||||||
setup(
|
setup(
|
||||||
name="Meshroom",
|
name="Meshroom",
|
||||||
description="Photogrammetry Software",
|
description="Photogrammetry Software",
|
||||||
requires=['psutil', 'pytest', 'pySide2', "pytest"]
|
requires=['psutil', 'pytest', 'pySide2']
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue