build: bump zeroconf to 0.131.0
Add a local fallback link with a pure python wheel to prevent build issues on systems where cython wheels are not available. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
ca595163bb
commit
54dc887254
|
@ -19,7 +19,7 @@ dependencies = [
|
|||
"inotify-simple==1.3.5",
|
||||
"libnacl==1.8.0",
|
||||
"paho-mqtt==1.6.1",
|
||||
"zeroconf==0.69.0",
|
||||
"zeroconf==0.131.0",
|
||||
"preprocess-cancellation==0.2.0",
|
||||
"jinja2==3.1.2",
|
||||
"dbus-next==0.2.3",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Python dependencies for Moonraker
|
||||
--find-links=python_wheels
|
||||
tornado==6.2.0 ; python_version=='3.7'
|
||||
tornado==6.3.3 ; python_version>='3.8'
|
||||
pyserial==3.4
|
||||
|
@ -12,7 +13,7 @@ distro==1.8.0
|
|||
inotify-simple==1.3.5
|
||||
libnacl==1.8.0
|
||||
paho-mqtt==1.6.1
|
||||
zeroconf==0.69.0
|
||||
zeroconf==0.131.0
|
||||
preprocess-cancellation==0.2.0
|
||||
jinja2==3.1.2
|
||||
dbus-next==0.2.3
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue