File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -253,7 +253,8 @@ if [ "$ARCH" = "armv6l" ]; then
253253 --index-url https://www.piwheels.org/simple \
254254 evdev==1.9.2 \
255255 PyYAML==6.0.3 \
256- pydantic-core==2.41.4
256+ pydantic-core==2.41.4 \
257+ websockets==16.0
257258fi
258259info " Syncing Python dependencies with uv..."
259260" $UV_BIN " sync \
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ dependencies = [
1111 " pydantic==2.12.3" ,
1212 " pydantic-core==2.41.4" ,
1313 " uvicorn>=0.29" ,
14+ " websockets==16.0" ,
1415 " python-multipart>=0.0.9" ,
1516]
1617
@@ -27,6 +28,7 @@ dev = [
2728evdev = { index = " piwheels" , marker = " platform_machine == 'armv6l'" }
2829pyyaml = { index = " piwheels" , marker = " platform_machine == 'armv6l'" }
2930pydantic-core = { index = " piwheels" , marker = " platform_machine == 'armv6l'" }
31+ websockets = { index = " piwheels" , marker = " platform_machine == 'armv6l'" }
3032
3133[[tool .uv .index ]]
3234name = " piwheels"
You can’t perform that action at this time.
0 commit comments