Context
After PR #1357, the dotenv_values import is no longer used in components/clp-py-utils/clp_py_utils/clp_config.py.
Tasks
Notes
- The
python-dotenv dependency should remain in tools/deployment/presto-clp/scripts/requirements.txt as it's still used by tools/deployment/presto-clp/scripts/init.py
References
Context
After PR #1357, the
dotenv_valuesimport is no longer used incomponents/clp-py-utils/clp_py_utils/clp_config.py.Tasks
from dotenv import dotenv_valuesfromcomponents/clp-py-utils/clp_py_utils/clp_config.py(line 6)python-dotenvdependency fromcomponents/clp-py-utils/pyproject.tomlNotes
python-dotenvdependency should remain intools/deployment/presto-clp/scripts/requirements.txtas it's still used bytools/deployment/presto-clp/scripts/init.pyReferences
clp-package; Change default taskfile task todocker-images:package. #1357clp-package; Change default taskfile task todocker-images:package. #1357 (comment)