forked from Signbank/FinSL-signbank
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
44 lines (41 loc) · 1.2 KB
/
Copy pathpyproject.toml
File metadata and controls
44 lines (41 loc) · 1.2 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
[tool.poetry]
name = "nzsl-signbank"
version = "0.1.0"
description = "Web based database for sign language lexicons and corpuses. Fork of NGT-signbank."
authors = ["Ackama <info@ackama.com>"]
license = "BSD-3-Clause license"
readme = "README.md"
homepage = "https://signbank.nzsl.nz/"
repository = "https://github.com/ODNZSL/NZSL-signbank"
[tool.poetry.dependencies]
python = "^3.12"
django = "~5.2"
djangofmt = "^0.2.7"
django-taggit = "~6.1.0"
django-reversion = "6.1.0"
django-bootstrap3 = "21.2"
django-summernote = "0.8.20.0"
django-modeltranslation = "0.18.2"
django-registration = "3.1.2"
django-contrib-comments = "2.2.0"
django-queryset-csv = "1.1.0"
django-debug-toolbar = "6.1.0"
django-guardian = "2.2.0"
django-notifications-hq = { git = "https://github.com/django-notifications/django-notifications.git", tag="1.9.0" }
dj-database-url = "0.5.0"
boto3 = "1.39.4"
django-storages = "1.12.1"
psycopg = "^3.2.9"
certifi = "2024.7.4"
sentry-sdk = "2.8.0"
gunicorn = "23.0.0"
whitenoise = "6.2.0"
setuptools = ">=80.9,<84.0"
[tool.djangofmt]
html-void-self-closing = "always"
indent-width = 2
line-length = 80
profile = "django"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"