| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- pip-tools>=7.0.0
- virtualenv
- # core build requirements
- -r requirements.build.txt
- # esp-idf
- -c constraints.esp32.txt
- -r requirements.esp32.txt
- -r requirements.zephyr.txt
- -r requirements.cirque.txt
- -r requirements.memory.txt
- # device controller wheel package
- wheel; sys_platform == 'linux'
- pgi; sys_platform == 'linux'
- pyobjc-core; sys_platform == 'darwin'
- pyobjc-framework-cocoa; sys_platform == 'darwin'
- pyobjc-framework-corebluetooth; sys_platform == 'darwin'
- # python unit tests run directly without installing
- # built venv
- #
- # TODO: this should change in the Future
- diskcache
- lark
- websockets
- # mobly tests
- portpicker
- mobly
- # pigweed
- ipython
- appnope
- appdirs
- coloredlogs
- watchdog
- build==0.8.0
- mypy==0.971
- mypy-protobuf==3.2.0
- protobuf==3.20.1
- types-protobuf==3.19.22
- cryptography
- # python unit tests
- colorama
- # update tornado for pw_watch
- tornado
|