#Mammot
1 messages · Page 1 of 1 (latest)
Can you use pipdeptree to see what uses it
pipdeptree -rp libcst
(excuse for any mistakes, i just just woke up)
ran it but it doesn't seem to doing it to the project
It outputs something
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
Oh awesome