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:
authorEwout ter Hoeven <E.M.terHoeven@student.tudelft.nl>2020-07-16 12:32:28 +0300
committerGitHub <noreply@github.com>2020-07-16 12:32:28 +0300
commit12c5adcac35702a97d81b854fbfab30e15fe58cd (patch)
tree508f70c21e25a05328c811805bdd8ea359d17b20 /dev_requirements.txt
parent883a0d81458c92f919b4017b8f3f10edb9e288c5 (diff)
AppVeyor: Update build environment and save artifacts (#875)
- Updates the build environment to the Visual Studio 2019 image - Saves the build folder as an artifact - Unfreeze cx_Freeze version to allow dev builds with Python 3.7 and 3.8 - Use Python 3.8 in AppVeyor builds
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 8a9d354b..7007bbbb 100644
--- a/dev_requirements.txt
+++ b/dev_requirements.txt
@@ -1,5 +1,6 @@
# packaging
-cx_Freeze==5.1.1
+cx_Freeze
+# use cx_Freeze==5.1.1 for Python-2
# testing
-pytest \ No newline at end of file
+pytest