feat: add advisory port locking

Closes https://github.com/espressif/esptool/issues/946
This commit is contained in:
Peter Dragun
2024-01-16 10:35:37 +01:00
committed by Radim Karniš
parent f72b5ad13c
commit 8ad6d57ea9
3 changed files with 3 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ setup(
"bitstring>=3.1.6",
"cryptography>=2.1.4",
"ecdsa>=0.16.0",
"pyserial>=3.0",
"pyserial>=3.3",
"reedsolo>=1.5.3,<1.8",
"PyYAML>=5.1",
"intelhex",