mirror of
https://github.com/espressif/esptool.git
synced 2025-10-17 07:32:30 +08:00
fix(bitstring): Restricted bitstring dependency to fix 32-bit compatibility
This commit is contained in:
2
.github/workflows/build_esptool.yml
vendored
2
.github/workflows/build_esptool.yml
vendored
@@ -92,6 +92,8 @@ jobs:
|
|||||||
if: startsWith(github.ref, 'refs/tags/') && !(contains(github.ref_name, 'dev'))
|
if: startsWith(github.ref, 'refs/tags/') && !(contains(github.ref_name, 'dev'))
|
||||||
needs: build-esptool-binaries
|
needs: build-esptool-binaries
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
PIP_EXTRA_INDEX_URL: "https://dl.espressif.com/pypi"
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
|
@@ -33,7 +33,7 @@
|
|||||||
dynamic = ["version", "scripts"]
|
dynamic = ["version", "scripts"]
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitstring>=3.1.6",
|
"bitstring>=3.1.6,!=4.2.0",
|
||||||
"cryptography>=2.1.4",
|
"cryptography>=2.1.4",
|
||||||
"ecdsa>=0.16.0",
|
"ecdsa>=0.16.0",
|
||||||
"pyserial>=3.3",
|
"pyserial>=3.3",
|
||||||
|
Reference in New Issue
Block a user