Skip to content

Commit

Permalink
Seems we now need setuptools everywhere. I don't get it.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim committed Aug 15, 2024
1 parent 52947ec commit fee2e94
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ repos:
- django-stubs==5.0.4
- django==4.2.15
- importlib-metadata==8.2.0
- importlib-resources==6.4.0
- importlib-resources==6.4.2
- psycopg2-binary==2.9.9
- psycopg[pool]==3.2.1
- python-dateutil==2.9.0.post0
- sphinx==7.1.2
- sqlalchemy==2.0.32
- typing-extensions==4.12.2
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.7
rev: v0.6.0
hooks:
- id: ruff
args: [--fix, --unsafe-fixes]
Expand Down
64 changes: 32 additions & 32 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pytest-mock = "*"
migra = "*"
# migra depends on schemainspect, which has an implicit dependency on setuptools
# (pkg_resources).
setuptools = { version = "*", python = ">=3.12" }
setuptools = { version = "*" }

[tool.poetry.group.docs.dependencies]
django = ">=2.2"
Expand Down

0 comments on commit fee2e94

Please # to comment.