-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (37 loc) · 1015 Bytes
/
pyproject.toml
File metadata and controls
41 lines (37 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[tool.poetry]
name = "wagtail-org"
version = "2.2.0"
description = "The wagtail.org Wagtail site"
authors = ["Torchbox <hello@torchbox.com>"]
license = "BSD-3-Clause"
readme = "README.md"
packages = [{include = "wagtailio"}]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies]
python = "^3.14"
django = "~6.0.1"
wagtail = "~7.3.1"
psycopg = "~3.3"
gunicorn = "~23.0.0"
dj-database-url = "~3.0.0"
django-basic-auth-ip-whitelist = "~0.8"
django-csp = "~3.8"
django-manifest-loader = "~1.0.0"
django-pattern-library = "~1.5.0"
django-permissions-policy = "~4.28"
django-storages = { version ="~1.14", extras = ["s3"] }
markdown = "~3.10"
pygments = "~2.19"
requests = "~2.32.3"
scout-apm = "~3.5"
sentry-sdk = "~2.47"
wagtail-font-awesome-svg = "~2.0"
wagtailmedia = "~0.17"
whitenoise = "~6.11"
django-redis = "~6.0"
[tool.poetry.group.dev.dependencies]
pre-commit = "4.5.0"
djhtml = "3.0.10"
ruff = "0.14.8" # keep in sync with .pre-commit-config.yaml