We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4967d4d commit ffcb801Copy full SHA for ffcb801
docker/stub/requirements.txt
@@ -1,27 +1,24 @@
1
# API framework
2
-connexion==2.14.2
3
-Flask==2.2.3
4
-Flask-Cors==3.0.10
5
-tinydb==4.7.1
6
-Werkzeug==2.2.3
+connexion[uvicorn,swagger-ui]==3.0.5
+tinydb==4.8.0
7
cloud_api_robot_client @ git+https://github.com/CoderBotOrg/cloud_api_robot_client.git
8
9
# Misc utils
10
-setuptools==67.4.0
+setuptools==69.0.3
11
event-channel==0.4.3
12
13
# IO extensions
14
-spidev==3.5
+spidev==3.6
15
16
# Audio
17
sox==1.4.1
18
19
# Computer Vision
20
-grpcio==1.48.1
21
-numpy==1.24.2
22
-Pillow==9.4.0
23
-protobuf==4.22.0
+grpcio==1.60.0
+numpy==1.24.3
+Pillow==10.1.0
+protobuf==4.25.1
24
opencv-contrib-python==4.5.5.62
25
-tflite-runtime==2.11.0
+tflite-runtime==2.12.0
26
pytesseract==0.3.10
27
pyzbar==0.1.9
0 commit comments