Meshroom/requirements.txt
Yann Lanthony 3438900b2b [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)
2018-08-03 17:24:04 +02:00

5 lines
No EOL
77 B
Text

# runtime
psutil
enum34;python_version<"3.4"
PySide2==5.11.0
markdown==2.6.11