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" \
|
||||
\
|
||||
"Cython" \
|
||||
"maturin" \
|
||||
\
|
||||
"pelican" \
|
||||
\
|
||||
"hatch" \
|
||||
|
@ -34,7 +31,10 @@ set \
|
|||
\
|
||||
"ruamel.yaml" \
|
||||
"PyYAML" \
|
||||
"types-PyYAML"
|
||||
"types-PyYAML" \
|
||||
\
|
||||
"Cython" \
|
||||
"maturin"
|
||||
|
||||
file="$(readlink --canonicalize-existing "${0}")"
|
||||
root="$(dirname "${file}")"
|
||||
|
|
Loading…
Reference in a new issue