pip fix, wasmer update
This commit is contained in:
parent
865eccd719
commit
efba4e0daa
2
Makefile
2
Makefile
@ -29,6 +29,6 @@ typecheck: venv/.done
|
|||||||
|
|
||||||
venv/.done: requirements.txt
|
venv/.done: requirements.txt
|
||||||
python3.8 -m venv venv
|
python3.8 -m venv venv
|
||||||
venv/bin/python3 -m pip install wheel
|
venv/bin/python3 -m pip install wheel pip --upgrade
|
||||||
venv/bin/python3 -m pip install -r $^
|
venv/bin/python3 -m pip install -r $^
|
||||||
touch $@
|
touch $@
|
||||||
|
|||||||
@ -4,6 +4,6 @@ pytest==6.2.2
|
|||||||
pytest-integration==0.2.2
|
pytest-integration==0.2.2
|
||||||
pywasm==1.0.7
|
pywasm==1.0.7
|
||||||
pywasm3==0.5.0
|
pywasm3==0.5.0
|
||||||
wasmer==1.0.0
|
wasmer==1.1.0
|
||||||
wasmer_compiler_cranelift==1.0.0
|
wasmer_compiler_cranelift==1.1.0
|
||||||
wasmtime==0.36.0
|
wasmtime==0.36.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user