mirror of https://github.com/pyodide/pyodide.git
Pin range of auditwheel-emscripten version (#3388)
So we can fix bugs in auditwheel-emscripten without releasing a new version of pyodide-build
This commit is contained in:
parent
2f1716b575
commit
c3647f7e5d
|
@ -35,7 +35,7 @@ install_requires =
|
||||||
requests
|
requests
|
||||||
types-requests
|
types-requests
|
||||||
typer
|
typer
|
||||||
auditwheel-emscripten==0.0.9
|
auditwheel-emscripten~=0.0.9
|
||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
|
|
Loading…
Reference in New Issue