-
|
hello everyone [tool.poetry.dependencies] [tool.poetry.group.test] # This part can be left out [tool.poetry.group.test.dependencies] [tool.poetry.group.dev.dependencies] [build-system] [tool.black] [tool.pytest.ini_options] [tool.coverage.run] [tool.coverage.xml] [tool.coverage.html] now I try to understand what I did wrong here or how to fix it is keeps getting me no matter if i use venv or poetry shell clear cache via poetry cache clear . --all and remove the lock file and install but all end up the same result can anyhow help out and point me to the correct direction |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
ok someone help the issue was packages = [{include = "storage_controler"}] for some reason i remove it all i am golden |
Beta Was this translation helpful? Give feedback.

ok someone help the issue was packages = [{include = "storage_controler"}] for some reason i remove it all i am golden