-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
via pip-compile requirements.txt -o constraints.txt Note that mbed-tools is not installable currently. Co-authored-by: Michael Spang <[email protected]>
- Loading branch information
1 parent
cb33c86
commit e882f2b
Showing
3 changed files
with
73 additions
and
49 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
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 |
---|---|---|
@@ -1,3 +1,8 @@ | ||
mbed-tools>=7.49.1 ; platform_machine != 'aarch64' and sys_platform == 'linux' | ||
#mbed-tools>=7.49.1 ; platform_machine != 'aarch64' and sys_platform == 'linux' | ||
pytest==6.2.5 ; platform_machine != 'aarch64' and sys_platform == 'linux' | ||
mbed-ls==1.8.11 ; platform_machine != 'aarch64' and sys_platform == 'linux' | ||
pdoc3 ; platform_machine != 'aarch64' and sys_platform == 'linux' | ||
gitpython ; platform_machine != 'aarch64' and sys_platform == 'linux' | ||
python-dotenv ; platform_machine != 'aarch64' and sys_platform == 'linux' | ||
pyudev ; platform_machine != 'aarch64' and sys_platform == 'linux' | ||
typing-extensions ; platform_machine != 'aarch64' and sys_platform == 'linux' |
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