forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.all.txt
55 lines (44 loc) · 936 Bytes
/
requirements.all.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
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.5.0
protobuf==4.24.4
types-protobuf==4.24.0.2
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