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:
j.spijker@ultimaker.com 2022-06-12 17:24:30 +02:00 committed by Jelle Spijker
parent 40990d686f
commit 8c6a5baf35
2 changed files with 134 additions and 36 deletions

2
requirements-dev.txt Normal file
View file

@ -0,0 +1,2 @@
pytest
pyinstaller