mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-01 15:58:36 +02:00
[build] specific version of cx_freeze on old python versions
This commit is contained in:
parent
95ca37d9fc
commit
2c3c2a73a9
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
# packaging
|
||||
cx_Freeze
|
||||
# use cx_Freeze==5.1.1 for Python-2
|
||||
|
||||
cx_Freeze==5.1.1;python_version<"3.5"
|
||||
cx_Freeze;python_version>="3.5"
|
||||
|
||||
# testing
|
||||
pytest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue