General update to Python v3.9, etc.
This commit is contained in:
parent
cf4a2a954b
commit
b830c239cd
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.8-slim-buster
|
FROM python:3.9-slim-bullseye
|
||||||
|
|
||||||
# Keeps Python from generating .pyc files in the container
|
# Keeps Python from generating .pyc files in the container
|
||||||
ENV PYTHONDONTWRITEBYTECODE 1
|
ENV PYTHONDONTWRITEBYTECODE 1
|
||||||
|
|
|
@ -7,7 +7,7 @@ from socket import gaierror
|
||||||
from typing import TypedDict
|
from typing import TypedDict
|
||||||
|
|
||||||
import bluetooth._bluetooth as bluez # type: ignore[import]
|
import bluetooth._bluetooth as bluez # type: ignore[import]
|
||||||
import paho.mqtt.publish as publish # type: ignore[import]
|
from paho.mqtt import publish # type: ignore[import]
|
||||||
|
|
||||||
from bluetooth_utils.bluetooth_utils import ( # type: ignore[import]
|
from bluetooth_utils.bluetooth_utils import ( # type: ignore[import]
|
||||||
disable_le_scan,
|
disable_le_scan,
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
paho-mqtt
|
paho-mqtt
|
||||||
pybluez
|
pybluez @ git+https://github.com/pybluez/pybluez.git#egg=pybluez
|
||||||
|
|
Loading…
Reference in a new issue