forked from prusa3d/Prusa-Firmware-Buddy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix prusa3d#4407 initial depenency bootstrapping fails
- replace urlretrieve with requests - cleanup download_and_unzip function during bootstrap - adjust python requirements for pipeline and dev - fix docker scripts - create .dependencies folder during bootstrapping in case it does not exist
- Loading branch information
1 parent
f684f7b
commit 136fb25
Showing
4 changed files
with
46 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,5 @@ pytest~=7.3.2 | |
python-bidi==0.4.2 | ||
pyyaml~=6.0 | ||
qoi~=0.5.0 | ||
requests==2.32.3 | ||
setuptools~=70.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ pyyaml~=6.0 | |
qoi~=0.5.0 | ||
numpy==1.26.4 | ||
setuptools~=70.1.0 | ||
requests==2.32.3 |