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

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Castan <fabcastan@gmail.com>2020-09-05 02:26:02 +0300
committerFabien Castan <fabcastan@gmail.com>2020-09-05 02:26:59 +0300
commit2c3c2a73a96ca373fcaec9cfa66262afbe2ab6f3 (patch)
tree154e151fa72e918c08d5131fe1ff8350d931766e /dev_requirements.txt
parent95ca37d9fc8bd5fc8f18f09c485bf98c14a87f36 (diff)
[build] specific version of cx_freeze on old python versions
Diffstat (limited to 'dev_requirements.txt')
-rw-r--r--dev_requirements.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev_requirements.txt b/dev_requirements.txt
index 7007bbbb..9db719b7 100644
--- a/dev_requirements.txt
+++ b/dev_requirements.txt
@@ -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