requirements: update python dependencies
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
7afd556c21
commit
bd1fd63b14
|
@ -1,18 +1,18 @@
|
||||||
# Python dependencies for Moonraker
|
# Python dependencies for Moonraker
|
||||||
tornado==6.1.0
|
tornado==6.2.0
|
||||||
pyserial==3.4
|
pyserial==3.4
|
||||||
pyserial-asyncio==0.6
|
pyserial-asyncio==0.6
|
||||||
pillow==9.0.1
|
pillow==9.3.0
|
||||||
lmdb==1.2.1
|
lmdb==1.3.0
|
||||||
streaming-form-data==1.11.0
|
streaming-form-data==1.11.0
|
||||||
distro==1.5.0
|
distro==1.5.0
|
||||||
inotify-simple==1.3.5
|
inotify-simple==1.3.5
|
||||||
libnacl==1.7.2
|
libnacl==1.7.2
|
||||||
paho-mqtt==1.5.1
|
paho-mqtt==1.6.1
|
||||||
pycurl==7.44.1
|
pycurl==7.45.1
|
||||||
zeroconf==0.37.0
|
zeroconf==0.39.4
|
||||||
preprocess-cancellation==0.2.0
|
preprocess-cancellation==0.2.0
|
||||||
jinja2==3.0.3
|
jinja2==3.1.2
|
||||||
dbus-next==0.2.3
|
dbus-next==0.2.3
|
||||||
apprise==1.2.0
|
apprise==1.2.0
|
||||||
ldap3==2.9.1
|
ldap3==2.9.1
|
||||||
|
|
Loading…
Reference in New Issue