mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +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(
|
||||
name="Meshroom",
|
||||
description="Photogrammetry Software",
|
||||
requires=['psutil', 'pytest', 'pySide2', "pytest"]
|
||||
requires=['psutil', 'pytest', 'pySide2']
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue