File tree 2 files changed +21
-57
lines changed
2 files changed +21
-57
lines changed Original file line number Diff line number Diff line change 1
1
# API framework
2
- connexion == 2.14.1
3
- Flask == 2.2.2
2
+ connexion == 2.14.2
3
+ Flask == 2.2.3
4
4
Flask-Cors == 3.0.10
5
- itsdangerous == 2.1.2
6
- jsonschema == 4.15.0
7
- Markdown == 3.4.1
8
- MarkupSafe == 2.1.1
9
- pyyaml == 6.0
10
- requests == 2.28.1
11
- swagger-spec-validator == 2.7.6
12
- tinydb == 4.7.0
13
- urllib3 == 1.26.12
14
- Werkzeug == 2.2.2
5
+ tinydb == 4.7.1
6
+ Werkzeug == 2.2.3
15
7
16
8
# Misc utils
17
- setuptools == 65.3.0
18
- certifi == 2022.5.18.1
19
- absl-py == 1.2.0
20
- chardet == 3.0.4
21
- click == 8.1.3
22
- clickclick == 20.10.2
23
- gast == 0.5.3
24
- idna == 3.3
25
- pybind11 == 2.10.0
26
- inflection == 0.5.1
9
+ setuptools == 67.4.0
27
10
event-channel == 0.4.3
28
- pytz == 2022.2.1
11
+
12
+ # IO extensions
13
+ spidev == 3.5
29
14
30
15
# Audio
31
16
sox == 1.4.1
32
17
33
18
# Computer Vision
34
19
grpcio == 1.48.1
35
- numpy == 1.23 .2
36
- Pillow == 9.2 .0
37
- protobuf == 4.21.8
20
+ numpy == 1.24 .2
21
+ Pillow == 9.4 .0
22
+ protobuf == 4.22.0
38
23
opencv-contrib-python == 4.5.5.62
39
- tflite-runtime == 2.10 .0
24
+ tflite-runtime == 2.11 .0
40
25
pytesseract == 0.3.10
41
26
pyzbar == 0.1.9
42
-
43
- #I/O
44
- spidev == 3.5
Original file line number Diff line number Diff line change 1
1
# API framework
2
- connexion == 2.14.1
3
- Flask == 2.2.2
2
+ connexion == 2.14.2
3
+ Flask == 2.2.3
4
4
Flask-Cors == 3.0.10
5
- itsdangerous == 2.1.2
6
- jsonschema == 4.15.0
7
- Markdown == 3.4.1
8
- MarkupSafe == 2.1.1
9
- pyyaml == 6.0
10
- requests == 2.28.1
11
- swagger-spec-validator == 2.7.6
12
- tinydb == 4.7.0
13
- urllib3 == 1.26.12
14
- Werkzeug == 2.2.2
5
+ tinydb == 4.7.1
6
+ Werkzeug == 2.2.3
15
7
16
8
# Misc utils
17
- setuptools == 65.3.0
18
- certifi == 2022.5.18.1
19
- absl-py == 1.2.0
20
- chardet == 3.0.4
21
- click == 8.1.3
22
- clickclick == 20.10.2
23
- gast == 0.5.3
24
- idna == 3.3
25
- pybind11 == 2.10.0
26
- inflection == 0.5.1
9
+ setuptools == 67.4.0
27
10
event-channel == 0.4.3
28
- pytz == 2022.2.1
29
11
30
12
# IO extensions
31
13
pigpio == 1.78
@@ -39,11 +21,11 @@ pyalsaaudio==0.9.2
39
21
40
22
# Computer Vision
41
23
grpcio == 1.48.1
42
- numpy == 1.23 .2
43
- Pillow == 9.2 .0
44
- protobuf == 4.21.8
24
+ numpy == 1.24 .2
25
+ Pillow == 9.4 .0
26
+ protobuf == 4.22.0
45
27
opencv-contrib-python == 4.5.5.62
46
- tflite-runtime == 2.10 .0
28
+ tflite-runtime == 2.11 .0
47
29
pytesseract == 0.3.10
48
30
picamera == 1.13
49
31
pyzbar == 0.1.9
You can’t perform that action at this time.
0 commit comments