scripts: pin pyserial to version 3.4
The pyserial-asyncio dependency pins pyserial to any version greater than 3.4. Currently pip is distributing version 3.5, which is not an official stable release. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
d20d2fd07e
commit
4b27e5e41d
|
@ -1,5 +1,6 @@
|
||||||
# Python dependencies for Moonraker
|
# Python dependencies for Moonraker
|
||||||
tornado==6.1.0
|
tornado==6.1.0
|
||||||
|
pyserial==3.4
|
||||||
pyserial-asyncio==0.6
|
pyserial-asyncio==0.6
|
||||||
pillow==9.0.1
|
pillow==9.0.1
|
||||||
lmdb==1.2.1
|
lmdb==1.2.1
|
||||||
|
|
Loading…
Reference in New Issue