mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 09:47:20 +02:00
8 lines
195 B
Text
8 lines
195 B
Text
# packaging
|
|
|
|
cx_Freeze==5.1.1;python_version<"3.5"
|
|
# Problem with cx_freeze-6.2, see https://github.com/marcelotduarte/cx_Freeze/issues/652
|
|
cx_Freeze==6.1;python_version>="3.5"
|
|
|
|
# testing
|
|
pytest
|