blob: d9ede9e5a25318b59e3dbce362b72e477d161b4b [file]
pip-tools>=7.0.0
virtualenv
# core build requirements
-r requirements.build.txt
-r requirements.zephyr.txt
-r requirements.cirque.txt
-r requirements.memory.txt
# device controller wheel package
wheel; sys_platform == 'linux'
# PGI is not compatible with 3.14 - it is not maintained and uses
# a deprecated 'pkgutil.get_loader'. Bluez integration can use either
# of pgi or PyGobject (via gi)
pgi; sys_platform == 'linux' and python_version < "3.14"
PyGObject; sys_platform == 'linux' and python_version >= "3.14"
pyobjc-core; sys_platform == 'darwin'
pyobjc-framework-cocoa; sys_platform == 'darwin'
pyobjc-framework-corebluetooth; sys_platform == 'darwin'
# other tools
click-option-group
# python unit tests run directly without installing
# built venv
#
# TODO: this should change in the Future
-r ../tests/requirements.txt
# mobly tests
portpicker
mobly
# pigweed
ipython
appnope
appdirs
coloredlogs
watchdog
build==0.8.0
mypy
mypy-protobuf
protobuf
types-protobuf
cffi==1.15.0; python_version < "3.13"
cffi==1.17.1; python_version >= "3.13"
cryptography
# python unit tests
colorama
# update tornado for pw_watch
tornado