-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
42 lines (37 loc) · 1.19 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
[tool.poetry]
name = "django-calories-tracker"
version = "0.2.0"
description = "Migration of caloriestracker project to vue"
authors = ["turulomio <turulomio@yahoo.es>"]
license = "GPL-3"
readme = "README.md"
packages = [{include = "django_calories_tracker"}]
[tool.poetry.dependencies]
python = ">=3.11,<4.0"
Django = ">=5.0.8"
django-cors-headers = ">=4.4.0"
djangorestframework = ">=3.15.2"
django-simple-history = ">=3.7.0"
preview-generator = ">=0.29"
pillow = ">=10.4.0"
drf-spectacular = ">=0.27.2"
psycopg = ">=3.2.1"
pydicts = ">=0.16.0"
tabulate = ">=0.9.0"
request-casting = ">=0.7.0"
humanize = "^4.10.0"
tqdm = "^4.66.5"
[tool.poetry.group.dev.dependencies]
coverage = ">=7.6.1"
poethepoet = ">=0.27.0"
poetry = ">=1.8.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poe.tasks]
reusing = { script = "calories_tracker.poethepoet:reusing" }
cypress_test_server = { script = "calories_tracker.poethepoet:cypress_test_server" }
[project.urls]
homepage = "https://github.com/turulomio/django_calories_tracker/"
repository = "https://github.com/turulomio/django_calories_tracker/"
changelog = "https://github.com/turulomio/django_calories_tracker#changelog"