forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
79 lines (61 loc) · 1.05 KB
/
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
pip-tools
virtualenv
# esp-idf
-c constraints.esp32.txt
-r requirements.esp32.txt
# mbed-os
-r requirements.mbed.txt
# bouffalolab
-r requirements.bouffalolab.txt
# openiotsdk
-r requirements.openiotsdk.txt
# Infineon
-r requirements.infineon.txt
# TI
-r requirements.ti.txt
# cirque tests
requests>=2.24.0
# 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'
# 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
mypy==0.971
mypy-protobuf==3.2.0
protobuf==3.20.1
types-protobuf==3.19.22
# scripts/tools/memory
anytree
cxxfilt
ghapi
pandas ; platform_machine != 'aarch64' and platform_machine != 'arm64'
tabulate
# scripts/build
click
# scripts/idl
lark
stringcase
cryptography
# python unit tests
colorama
# update tornado for pw_watch
tornado