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

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-06-12 18:24:30 +0300
committerJelle Spijker <j.spijker@ultimaker.com>2022-06-12 18:24:30 +0300
commit8c6a5baf355c27a29aec81221e8a256f1e630c4a (patch)
tree3a7f10537f9aca12cd7536e998c86a9f2059e407 /requirements-dev.txt
parent40990d686ff9c1ddd610590802ae6792f6a60f41 (diff)
Define Cura Python requirements
Our requirements.txt was never fully utilized. For our builds we use a requirements.txt specified in the cura-build-enviroment repo. But that file contained all the Python requirements including, testing and dev tools. This requirements.txt should contain the bare minimum for running Python. Since these dependencies are shipped we need to specify the hashes as well. These hashes aren't necessary for build and test requirements Contributes to CURA-9365
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r--requirements-dev.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
new file mode 100644
index 0000000000..43ee3358bd
--- /dev/null
+++ b/requirements-dev.txt
@@ -0,0 +1,2 @@
+pytest
+pyinstaller