pypy
This commit is contained in:
parent
c892216dd6
commit
23454baf85
1 changed files with 4 additions and 4 deletions
|
@ -7,9 +7,6 @@ set \
|
||||||
\
|
\
|
||||||
"uv" \
|
"uv" \
|
||||||
\
|
\
|
||||||
"Cython" \
|
|
||||||
"maturin" \
|
|
||||||
\
|
|
||||||
"pelican" \
|
"pelican" \
|
||||||
\
|
\
|
||||||
"hatch" \
|
"hatch" \
|
||||||
|
@ -34,7 +31,10 @@ set \
|
||||||
\
|
\
|
||||||
"ruamel.yaml" \
|
"ruamel.yaml" \
|
||||||
"PyYAML" \
|
"PyYAML" \
|
||||||
"types-PyYAML"
|
"types-PyYAML" \
|
||||||
|
\
|
||||||
|
"Cython" \
|
||||||
|
"maturin"
|
||||||
|
|
||||||
file="$(readlink --canonicalize-existing "${0}")"
|
file="$(readlink --canonicalize-existing "${0}")"
|
||||||
root="$(dirname "${file}")"
|
root="$(dirname "${file}")"
|
||||||
|
|
Loading…
Reference in a new issue