-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (32 loc) · 814 Bytes
/
pyproject.toml
File metadata and controls
37 lines (32 loc) · 814 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
[tool.poetry]
name = "stimmungskalender"
version = "1.8.0"
description = "Self-hosted mood calendar"
authors = ["Rainer Hihn <hihn.rainer@gmail.com>"]
license = "AGPL-3.0-only"
[tool.poetry.dependencies]
python = "^3.10"
Django = "^5.1.5"
dj-database-url = "^2.3.0"
django-cors-headers = "^4.6.0"
django-registration = "^5.1.0"
django-rosetta = "^0.10.1"
djangorestframework = "^3.15.2"
python-decouple = "^3.8"
psycopg2 = "^2.9.10"
djangorestframework-dataclasses = "^1.3.1"
pyyaml = "^6.0.2"
inflection = "^0.5.1"
uritemplate = "^4.1.1"
[tool.poetry.group.dev.dependencies]
black = "^24.10.0"
ipdb = "^0.13.13"
setuptools = "^75.8.0"
isort = "^5.13.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.isort]
profile = "black"
[tool.djlint]
profile = "django"