Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
# args: [--target-version, "2.2"]

- repo: https://github.com/PyCQA/flake8
rev: 7.3.0
rev: 7.0.0
hooks:
- id: flake8
entry: pflake8
Expand Down
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ dependencies = [
"django>=3.2",
"django-polymorphic",
"easy-thumbnails[svg]",

# Pin svglib to a version below 1.6.0.
# The latest version (1.6.0) adds pycairo as a dependency,
# which requires system-level libraries and fails to install in the container.
# This can be removed once the issue is resolved.
# See: https://github.com/deeplook/svglib/issues/421
"svglib~=1.5.1"
]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down
Loading