mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
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
This commit is contained in:
parent
40990d686f
commit
8c6a5baf35
2 changed files with 134 additions and 36 deletions
2
requirements-dev.txt
Normal file
2
requirements-dev.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
pytest
|
||||
pyinstaller
|
Loading…
Add table
Add a link
Reference in a new issue