build: bump tornado to version 6.4.1
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
b07b2be5ca
commit
8f3b30a04f
|
@ -7,7 +7,7 @@ authors = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"tornado==6.2.0 ; python_version=='3.7'",
|
"tornado==6.2.0 ; python_version=='3.7'",
|
||||||
"tornado==6.4.0 ; python_version>='3.8'",
|
"tornado==6.4.1 ; python_version>='3.8'",
|
||||||
"pyserial==3.4",
|
"pyserial==3.4",
|
||||||
"pyserial-asyncio==0.6",
|
"pyserial-asyncio==0.6",
|
||||||
"pillow==9.5.0 ; python_version=='3.7'",
|
"pillow==9.5.0 ; python_version=='3.7'",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Python dependencies for Moonraker
|
# Python dependencies for Moonraker
|
||||||
--find-links=python_wheels
|
--find-links=python_wheels
|
||||||
tornado==6.2.0 ; python_version=='3.7'
|
tornado==6.2.0 ; python_version=='3.7'
|
||||||
tornado==6.4.0 ; python_version>='3.8'
|
tornado==6.4.1 ; python_version>='3.8'
|
||||||
pyserial==3.4
|
pyserial==3.4
|
||||||
pyserial-asyncio==0.6
|
pyserial-asyncio==0.6
|
||||||
pillow==9.5.0 ; python_version=='3.7'
|
pillow==9.5.0 ; python_version=='3.7'
|
||||||
|
|
Loading…
Reference in New Issue