mirror of
https://github.com/espressif/esptool.git
synced 2025-10-16 23:06:31 +08:00
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:
2
setup.py
2
setup.py
@@ -121,7 +121,7 @@ setup(
|
|||||||
"cryptography>=2.1.4",
|
"cryptography>=2.1.4",
|
||||||
"ecdsa>=0.16.0",
|
"ecdsa>=0.16.0",
|
||||||
"pyserial>=3.0",
|
"pyserial>=3.0",
|
||||||
"reedsolo>=1.5.3,<=1.5.4",
|
"reedsolo>=1.5.3,<=1.6.0",
|
||||||
],
|
],
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
Reference in New Issue
Block a user