mirror of https://github.com/ARMmbed/mbed-os.git
12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
# These are the requirements for running the Python package tests.
|
|
# They are in addition to the requirements.txt under mbedos/tools/.
|
|
pytest
|
|
factory_boy
|
|
requests-mock
|
|
mock
|
|
coverage
|
|
|
|
# Even though beautifulsoup4 and lxml are only used by the mac version
|
|
# of mbed ls tools, they're needed on all platforms for its unit test.
|
|
beautifulsoup4
|
|
lxml |