Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pyproject.toml for poetry 2 #200

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update pyproject.toml for poetry 2 #200

wants to merge 1 commit into from

Conversation

norkans7
Copy link
Contributor

No description provided.

@norkans7 norkans7 force-pushed the update-poetry branch 2 times, most recently from 7b05fe6 to 9e34954 Compare January 10, 2025 16:52
@@ -37,7 +37,7 @@ jobs:
- name: Initialize environment
run: |
poetry install
poetry add django==${{ matrix.django-version }}
poetry add django@~${{ matrix.django-version }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the way to support the latest patch version for the matrix element

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.68%. Comparing base (bc6f7e5) to head (da3b4b5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #200   +/-   ##
=======================================
  Coverage   81.68%   81.68%           
=======================================
  Files          34       34           
  Lines        2179     2179           
=======================================
  Hits         1780     1780           
  Misses        399      399           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


[tool.poetry.dev-dependencies]

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can remove [tool.poetry.dependencies] no?

authors = ["Nyaruka Ltd <[email protected]>"]
license = { text = "BSD" }
authors = [
{"name" = "Nyaruka", "email" = "[email protected]"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's update this to TextIt

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.

3 participants