forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
63 lines (49 loc) · 823 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
pip-tools
virtualenv
# esp-idf
-r requirements.esp32.txt
# mbed-os
-r requirements.mbed.txt
# cirque tests
requests>=2.24.0
# device controller wheel package
wheel
dbus-python; sys_platform == 'linux'
pgi; sys_platform == 'linux'
pyobjc-core; sys_platform == 'darwin'
pyobjc-framework-cocoa; sys_platform == 'darwin'
pyobjc-framework-corebluetooth; sys_platform == 'darwin'
# mobly tests
portpicker
mobly
# zephyr
west>=0.12.0
intelhex
cbor
cbor2
jsonschema
# happy tests
lockfile
psutil >= 5.7.3
# pigweed
ipython
appnope
appdirs
coloredlogs
watchdog
protobuf
# scripts/tools/memory
anytree
cxxfilt
ghapi
pandas ; platform_machine != 'aarch64' and platform_machine != 'arm64'
# scripts/build
click
# scripts/idl
lark
stringcase
cryptography
# python unit tests
colorama
# update tornado for pw_watch
tornado