[install] use an older version of cx_freeze

See https://github.com/marcelotduarte/cx_Freeze/issues/652
This commit is contained in:
Fabien Castan 2020-10-08 16:10:08 +02:00
parent 0dc8877053
commit 2587963b37

View file

@ -1,7 +1,8 @@
# packaging
cx_Freeze==5.1.1;python_version<"3.5"
cx_Freeze;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