mirror of
https://github.com/espressif/esptool.git
synced 2025-10-15 12:37:18 +08:00
fix: lock upper version of click to <8.2.0
There were some changes in click 8.2.0 that break the CLI. One of which is that get_metavar has a new required parameter, we need to check if there are other changes required so I am locking the version for now.
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
"PyYAML>=5.1",
|
||||
"intelhex",
|
||||
"rich_click",
|
||||
"click<8.2.0",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
Reference in New Issue
Block a user