Skip to content

Commit

Permalink
📌 (tools): Pin mbed-tools python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Dec 13, 2023
1 parent 4ad27a0 commit caa9f34
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions tools/config/mbed_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
PrettyTable<=1.0.1; python_version < '3.6'
prettytable>=2.0,<3.0; python_version >= '3.6'
future>=0.18.0,<1.0
jinja2>=2.11.3
intelhex>=2.3.0,<3.0.0
mbed-tools
mbed-os-tools
pyelftools
# Leka - LekaOS
# Copyright 2020 APF France handicap
# SPDX-License-Identifier: Apache-2.0

# mbed-os tools dependencies
prettytable==2.5.0
future==0.18.3
Jinja2==3.1.2
intelhex==2.3.0
mbed-tools==7.59.0
mbed-os-tools==1.8.15
pyelftools==0.30

# needed for signing secure images
cryptography
cbor
cryptography==41.0.7
cbor==1.0.0

0 comments on commit caa9f34

Please sign in to comment.