-
-
Notifications
You must be signed in to change notification settings - Fork 209
Open
Labels
Description
Description of the bug
Hello
In the latest v0.34.7 I think I found a few dependencies listed in pyproject.toml that do not seem used.
I verified only [tool.poetry.dependencies] section with runtime dependencies
- addict - can't find any signs of it in kapitan
- gitdb - can't find any signs of it in kapitan
- python-box - used in kadet, but not directly in kapitan. Probably a leftover after split.
- jsonpath-ng - can't find any signs of it in kapitan
- packaging - this is probably a build dependency? Should be moved to corresponding section then? Or even removed?
So I suggest to remove those or move to appropriate section.
Sorry if I'm mistaken and missing something.
Steps to reproduce
N/AWhat happened?
N/A
Additional context
No response
Version (kapitan)
master
Version (Python)
3.11
Python virtual environment
- pyenv
- venv
- no environment
OS information
No response