Commit Graph

9 Commits

Author SHA1 Message Date
Anna Sirota
e7886261bd Work around cryptography requiring Rust compiler
Pins all the build dependencies required by poetry, otherwise
poetry installs arbitrary versions of them, which leads to a wrong
version of cryptography being installed and the build failing.
Note that Cloud dependencies (pillar and the like) has to have their
build dependencies pinned in the same exact manner, for the same reason.

Pins all the runtime dependencies as well, because Cloud can only use
poetry==1.0 due to its source dependencies, so there's no
"poetry lock --no-update" and each "poetry lock" updates arbitrary packages.
2021-03-18 18:42:10 +01:00
7280f1dbc1 Update poetry.lock 2020-07-23 18:43:01 +02:00
24118b6777 Re-locked dependencies 2019-05-31 17:05:05 +02:00
2075c8a790 Re-locked dependencies 2019-05-29 16:40:51 +02:00
d2d4a52846 Re-locked dependencies after Pillar updated deps 2019-05-28 16:18:27 +02:00
ae176cbbdf Re-locked dependencies 2019-05-23 13:54:59 +02:00
d5f5b63b3f Werkzeug update 0.15.2 → 0.15.4 2019-05-22 10:33:23 +02:00
e74d573063 Re-locked dependencies 2019-05-14 11:34:38 +02:00
c9bbf26a71 Moved to Poetry 2019-05-14 10:36:15 +02:00