-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
chore: Migrate to Poetry for Dependency Management
Note
Issue needs to be updated, Please review #21
Description
Switch the project to use Poetry for dependency and packaging management instead of pip/requirements.txt.
"Poetry replaces setup.py, requirements.txt, setup.cfg, MANIFEST.in and Pipfile with a simple pyproject.toml based project format."
Why
- Simplifies dependency management and version pinning
- Cleaner
pyproject.tomlstructure - Better environment isolation
- Prepares project for publishing if needed
Tasks
- Unify
requirements.txtintopyproject.toml - Add
poetry.lockto repo - Update documentation (README, CONTRIBUTING.md) to reflect Poetry usage
- Update CI/CD pipelines (if any) to use
poetry install
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Type
Projects
Status
Done