#Mammot

1 messages · Page 1 of 1 (latest)

faint coyote
#

Can you use pipdeptree to see what uses it

#

pipdeptree -rp libcst

#

(excuse for any mistakes, i just just woke up)

lean schooner
#

ran it but it doesn't seem to doing it to the project

faint coyote
#

It outputs something

lean schooner
#

ended up looking at my lock file and working out that uv was reading the pyproject.toml instead of the metadata / wheel info. explicitly set the dev dependencies to optional and that has reaolved it (using poetry)

#

at least thats my assumption, anyway explicitly setting dev.dependencies to optional has resolved the problem it seems

faint coyote
#

Oh awesome