12 Commits

Author SHA1 Message Date
Ghostkeeper
20907bc295
Update requirements from cura-build-environment
These are the changes we need for Python 3.10. A number of highlights:
- Shapely is replaced by Pyclipper
- Comtypes is removed as not even our build environment installs that.
- A bunch of version updates.
2022-01-20 13:12:25 +01:00
Ladnessness
066859198a
Update requirements.txt 2021-11-11 18:12:51 +11:00
Ghostkeeper
fbd48767fb
Sort requirements list
Makes it easier to update this list in the future, if we don't mess it up again.
2021-09-29 12:02:54 +02:00
Ghostkeeper
f5a600e4ac
Update version numbers of requirements with updated dependencies
These dependencies changed last week, as of https://github.com/Ultimaker/cura-build-environment/pull/107 .
This ensures that the easy-development-environment workflow is still up to date as well.

Contributes to issue CURA-8400.
2021-09-29 12:00:11 +02:00
Jaime van Kessel
d81e1d090c
Remove unsued dependency from requirements 2021-07-29 11:07:25 +02:00
Ghostkeeper
8bc2c718a2
Update requirements.txt with new versions of dependencies
A lot of dependencies changed recently due to the Qt and Python upgrade.
2021-04-12 17:57:42 +02:00
Kostas Karmas
dadda742ec Add pywin32 to the requirements
Allows the keyring library to use the Windows Credential Manager as a backend.

CURA-7180
2021-03-29 16:31:31 +02:00
Nino van Hooff
65336d84e5 Add pytest to requirements 2020-03-20 10:57:23 +01:00
Nino van Hooff
5923f408d0 Add mypy==0.740 to requirements 2020-03-12 13:39:15 +01:00
Jaime van Kessel
418a4067df
Add all requirements from cura-build-env to requirements.txt 2020-03-06 14:49:24 +01:00
Jaime van Kessel
cc66c207ed
Add numpy-stl & requests to requirements file 2020-03-06 13:47:15 +01:00
Nino van Hooff
0d5a3e1941 Add requirements.txt file
The wiki page for bulding from source mentions some pip
dependencies but misses others. I suggest to pup them here
and add a `pip3 install -r requirements.txt` to the wiki
2020-02-27 16:50:02 +01:00