forked from Signbank/FinSL-signbank
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
37 lines (34 loc) · 992 Bytes
/
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
[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.9"
django = "3.2.25"
django-tagging = "0.5.0"
django-reversion = "4.0.0"
django-bootstrap3 = "21.2"
django-summernote = "0.8.11.6"
django-modeltranslation = "0.18.2"
django-registration = "3.1.2"
django-contrib-comments = "1.9.2"
django-queryset-csv = "1.1.0"
django-debug-toolbar = "3.2.2"
django-guardian = "2.2.0"
django-notifications-hq = "1.6.0"
dj-database-url = "0.5.0"
boto3 = "1.22.8"
django-storages = "1.12.1"
psycopg2 = "2.8.6"
certifi = "2023.7.22"
sentry-sdk = "1.14.0"
gunicorn = "22.0.0"
whitenoise = "6.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"