fix(setup): Use latest reedsolo package which can be installed with Python3.10 and Cython

Closes https://github.com/espressif/esptool/issues/711
This commit is contained in:
Roland Dobai
2022-12-08 07:18:17 +01:00
parent d0af65f1cb
commit 5490b0bb24

View File

@@ -121,7 +121,7 @@ setup(
"cryptography>=2.1.4",
"ecdsa>=0.16.0",
"pyserial>=3.0",
"reedsolo>=1.5.3,<=1.5.4",
"reedsolo>=1.5.3,<=1.6.0",
],
packages=find_packages(),
include_package_data=True,