Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev_requirements.txt - github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a1c07913d4d329faddb69b6082d42630f65f94d (plain)
1
2
3
4
5
6
7
8
# 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