Closed MohmdFo closed 3 months ago
…ation
packages/requirements.txt
packages/requirements-dev.txt
packages/poetry.md
requirements.txt
pyproject.toml
poetry.lock
…ation
packages/requirements.txt
andpackages/requirements-dev.txt
to organize dependencies and separate development requirements.packages/poetry.md
to document the usage of Poetry for dependency management.requirements.txt
from the root directory to align with the new structure.pyproject.toml
to reflect updates in project dependencies.poetry.lock
to lock the new dependencies and ensure consistency with the updatedpyproject.toml
.