Skip to content

Commit

Permalink
packaging: Use Poetry support for PEP 621 (#2407)
Browse files Browse the repository at this point in the history
* chore: Use Poetry support for PEP 621

* Migrate runtime dependencies
  • Loading branch information
edgarrmondragon authored Jan 10, 2025
1 parent b605dc2 commit 67d1abd
Show file tree
Hide file tree
Showing 4 changed files with 300 additions and 109 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ repos:
)$
- repo: https://github.com/python-poetry/poetry
rev: 1.8.0
rev: 2.0.0
hooks:
- id: poetry-check
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def benches(session: nox.Session) -> None:
@nox.session(name="deps", python=main_python_version)
def dependencies(session: nox.Session) -> None:
"""Check issues with dependencies."""
session.install(".[s3,testing]")
session.install(".[docs,faker,jwt,parquet,s3,ssh,testing]")
session.install("deptry")
session.run("deptry", "singer_sdk", *session.posargs)

Expand Down
Loading

0 comments on commit 67d1abd

Please sign in to comment.