There's a dependency on the toml package:
However, I don't see anywhere in the codebase that this is imported. Also, if I uninstall it from my local dev environment and then:
- run a pipeline with httomo
- or run all httomo-backends tests
I get no error, so I think this dependency isn't needed.
There's a dependency on the
tomlpackage:httomo-backends/pyproject.toml
Line 52 in d534eda
However, I don't see anywhere in the codebase that this is imported. Also, if I uninstall it from my local dev environment and then:
I get no error, so I think this dependency isn't needed.