-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
49 lines (44 loc) · 1.09 KB
/
pyproject.toml
File metadata and controls
49 lines (44 loc) · 1.09 KB
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
42
43
44
45
46
47
48
49
[tool.poetry]
name = "Etna"
version = "24.05.14.33"
description = ""
authors = ["James Biggs <james.biggs@nationalarchives.gov.uk>"]
[tool.poetry.dependencies]
Django = "^6.0.1"
django-allauth = "~65.3"
django-birdbath = "~2.0"
django-redis = "~5.4"
django-taggit = "~6.1"
eventbrite = "~3.3"
gunicorn = "~23.0"
nh3 = "~0.2"
platformshconfig = "~2.4"
psycopg2-binary = "~2.9"
pyquery = "~2.0"
python = "^3.14"
python-magic = "~0.4"
sentry-sdk = "~2.20"
wagtail = "^7.2.1"
wagtail-font-awesome-svg = "~1.0"
wagtail-generic-chooser = "^0.7"
wagtailmedia = "~0.15"
wagtail-metadata = "~5.0"
nationalarchives-frontend-django = "^0.1.2a0"
wagtail-headless-preview = "0.8.0"
whitenoise = "^6.11.0"
pytz = "^2025.2"
[tool.poetry.group.dev]
optional = true
[tool.poetry.group.dev.dependencies]
coverage = "~7.6"
django-extensions = "~3.2"
ipdb = "~0.13"
mkdocs-material = "~9.5"
pymdown-extensions = "~10.12"
responses = "~0.25"
wagtail-factories = "~4.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.black]
include = '\.pyi?$'