Skip to content

Commit

Permalink
fix: fixind dependency issues raised by deptry
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Szyszkowski committed Jul 9, 2024
1 parent d800972 commit 90ef40e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 85 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
run: poetry install --no-interaction --no-root
- name: Install library
run: poetry install --no-interaction
- name: Check dependencies
run: poetry run deptry .
# need to run after the poetry installs dependencies
- uses: pre-commit-ci/[email protected]
if: always()
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,8 @@ repos:
- id: poetry-check
- id: poetry-lock
args: ["--no-update"]
- repo: https://github.com/fpgmaas/deptry.git
rev: "0.16.2"
hooks:
- id: deptry
args: ["--known-first-party", "ot_orchestration"]
83 changes: 1 addition & 82 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ packages = [{include = "ot_orchestration", from = "src"}]
python = "^3.10, <3.11"
apache-airflow = {extras = ["apache-beam", "async", "celery", "google", "kubernetes", "openlineage", "postgress", "sftp"], version = "^2.9.2"}
apache-airflow-providers-google = "^10.19.0"
psycopg2-binary = "^2.9.9"
returns = {extras = ["compatible-mypy"], version = "^0.23.0"}
pydantic = "^2.7.4"
click = "^8.1.7"
Expand Down

0 comments on commit 90ef40e

Please sign in to comment.