forked from espressif/esp-idf
Merge branch 'fix/bitstring_4_v4.2' into 'release/v4.2'
Tools: Use bitstring package compatible with supported Python versions (v4.2) See merge request espressif/esp-idf!21181
This commit is contained in:
@@ -25,7 +25,8 @@ python-socketio<5
|
||||
|
||||
# esptool requirements (see components/esptool_py/esptool/setup.py)
|
||||
reedsolo>=1.5.3,<=1.5.4
|
||||
bitstring>=3.1.6
|
||||
# bitstring 4 dropped support for Python 3.6 and older
|
||||
bitstring>=3.1.6,<4
|
||||
ecdsa>=0.16.0
|
||||
|
||||
# windows-curses are required in Windows command line but cannot be installed in MSYS2. A requirement like
|
||||
|
Reference in New Issue
Block a user