Skip to content

Migrate from pip to poetry#13

Merged
lucaskampi merged 1 commit into
mainfrom
feature/migrate-to-poetry
Apr 9, 2026
Merged

Migrate from pip to poetry#13
lucaskampi merged 1 commit into
mainfrom
feature/migrate-to-poetry

Conversation

@lucaskampi

Copy link
Copy Markdown
Owner

Summary

  • Migrate dependency management from pip/requirements.txt to poetry
  • Add pyproject.toml with properly split dependencies (main + dev groups)
  • Update CI workflow to use poetry install
  • Update README with poetry installation instructions

Changes

  • Created pyproject.toml with dependencies split into main and dev groups
  • Updated .gitignore to include poetry.lock and coverage_html/
  • Updated .github/workflows/ci.yml to use poetry
  • Updated README.md installation instructions
  • Deleted requirements.txt

Verification

  • All 31 tests pass
  • Django system check passes

@lucaskampi lucaskampi merged commit 55ad185 into main Apr 9, 2026
@lucaskampi lucaskampi deleted the feature/migrate-to-poetry branch April 9, 2026 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant