Skip to content

Commit 113ca95

Browse files
authored
Fix/remove bump requirements (#187)
* remove and bump requirements * more bumps * also on stub
1 parent 00b6336 commit 113ca95

File tree

2 files changed

+21
-57
lines changed

2 files changed

+21
-57
lines changed

docker/stub/requirements.txt

Lines changed: 12 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,26 @@
11
# API framework
2-
connexion==2.14.1
3-
Flask==2.2.2
2+
connexion==2.14.2
3+
Flask==2.2.3
44
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
157

168
# 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
2710
event-channel==0.4.3
28-
pytz==2022.2.1
11+
12+
# IO extensions
13+
spidev==3.5
2914

3015
# Audio
3116
sox==1.4.1
3217

3318
# Computer Vision
3419
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
3823
opencv-contrib-python==4.5.5.62
39-
tflite-runtime==2.10.0
24+
tflite-runtime==2.11.0
4025
pytesseract==0.3.10
4126
pyzbar==0.1.9
42-
43-
#I/O
44-
spidev==3.5

requirements.txt

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,13 @@
11
# API framework
2-
connexion==2.14.1
3-
Flask==2.2.2
2+
connexion==2.14.2
3+
Flask==2.2.3
44
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
157

168
# 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
2710
event-channel==0.4.3
28-
pytz==2022.2.1
2911

3012
# IO extensions
3113
pigpio==1.78
@@ -39,11 +21,11 @@ pyalsaaudio==0.9.2
3921

4022
# Computer Vision
4123
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
4527
opencv-contrib-python==4.5.5.62
46-
tflite-runtime==2.10.0
28+
tflite-runtime==2.11.0
4729
pytesseract==0.3.10
4830
picamera==1.13
4931
pyzbar==0.1.9

0 commit comments

Comments
 (0)