We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc8877 commit 2587963Copy full SHA for 2587963
dev_requirements.txt
@@ -1,7 +1,8 @@
1
# packaging
2
3
cx_Freeze==5.1.1;python_version<"3.5"
4
-cx_Freeze;python_version>="3.5"
+# Problem with cx_freeze-6.2, see https://github.com/marcelotduarte/cx_Freeze/issues/652
5
+cx_Freeze==6.1;python_version>="3.5"
6
7
# testing
8
pytest
0 commit comments