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:
authorYann Lanthony <yann.lanthony@gmail.com>2018-08-02 00:43:15 +0300
committerYann Lanthony <yann.lanthony@gmail.com>2018-08-03 18:24:04 +0300
commit3438900b2b3c8380fc513a32935e27f8a1ac1f05 (patch)
tree1365b2ab2a7b77c0b83ded6fccd1e46b70139230 /requirements.txt
parentb8730324c7afe547d1f5ffed98ce4b6f16a3eb6c (diff)
[ui] add "About" dialog
Accessible from main menu Help > About Meshroom, or by pressing "F1". Provides info about Meshroom version + useful links and related Open Source Licenses. * load COPYING.md from Meshroom/AliceVision files (either provided with the standalone package or online) + translate them to HTML for display (added `markdown` package in requirements) * request.js: centralize function to open file urls * provide system info from MeshroomApp (exposed as contextProperty)
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 3c3a18a2..37488047 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,3 +2,4 @@
psutil
enum34;python_version<"3.4"
PySide2==5.11.0
+markdown==2.6.11 \ No newline at end of file