diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index d50d7d3..15ebcb0 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -2,8 +2,6 @@ name: Lint and test on: push: - pull_request: - types: [opened, reopened] permissions: pull-requests: read diff --git a/pyproject.toml b/pyproject.toml index d503018..ced11e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,7 @@ name = "python-amazon-paapi" version = "5" requires-python = ">=3.6" +dynamic = ["dependencies"] [tool.ruff] cache-dir = ".cache/ruff"