-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
51 lines (45 loc) · 1.11 KB
/
pyproject.toml
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
50
51
[tool.black]
line-length = 100
target-version = ['py312']
include = '\.pyi?$'
[tool.isort]
profile = "django"
combine_as_imports = true
include_trailing_comma = true
line_length = 100
multi_line_output = 3
known_first_party = ["config"]
[tool.djlint]
profile = "django"
ignore = "H031"
[tool.poetry]
name = "HOT Wagtail CMS"
version = "0.1.0"
description = "Wagtail CMS for Humanitarian OpenStreetMap Team"
authors = ["Kat Olaguer <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.11"
wagtail = "^5.2"
psycopg2 = "^2.9.9"
python-dotenv = "^1.0.0"
docker = "^6.1.3"
gunicorn = "^21.2.0"
django-compressor = "^4.4"
django-browser-reload = "^1.12.1"
wagtail-localize = "^1.7"
wagtailmenus = "^4.0"
wagtail-modeladmin = "^2.0.0"
dj-database-url = "^2.2.0"
whitenoise = "^6.6.0"
django-storages = "^1.14.3"
boto3 = "^1.34.129"
wagtailgeowidget = "^8.1.1"
[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.5.0"
pytest-django = "^4.7.0"
pytest-timeout = "^2.2.0"
pytest-factoryboy = "^2.6.0"
django-browser-reload = "^1.12.1"
coverage = "^7.4.0"
django-pattern-library = "^1.2.0"