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-06-07 17:54:05 +0300
committerYann Lanthony <yann.lanthony@gmail.com>2018-06-08 15:45:49 +0300
commit1a1251a9af4e23d0b53f3869d1bfa1d5c1590bd8 (patch)
treefca8ffdd2dda2593512c902854ca1ed2995b1f31 /dev_requirements.txt
parentcb285a63f572833d1aa59c9c68944b3fed1a95db (diff)
[setup] split dev requirements + update install doc
Diffstat (limited to 'dev_requirements.txt')
-rw-r--r--dev_requirements.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev_requirements.txt b/dev_requirements.txt
new file mode 100644
index 00000000..9b248788
--- /dev/null
+++ b/dev_requirements.txt
@@ -0,0 +1,5 @@
+# packaging
+cx_Freeze
+
+# testing
+pytest \ No newline at end of file