generated from brylie/django-bootstrap-quick-start
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (29 loc) · 816 Bytes
/
pyproject.toml
File metadata and controls
30 lines (29 loc) · 816 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
[project]
name = "gerilife-caregiving"
version = "0.1.0"
description = "Caregiving visualization tool to promote wellness in elder-care communities."
authors = ["Brylie Christopher Oxley <brylie@protonmail.com>"]
license = "EUPL-1.2"
readme = "README.md"
requires-python = ">=3.12,<3.13"
dependencies = [
"django>=5.0,<6.0",
"django-debug-toolbar>=4.2.0,<5.0",
"django-environ>=0.11.2,<1.0",
"faker>=21.0.0,<22.0",
"numpy>=2.2.4<3.0.0",
"pandas>=2.2.3",
"plotly>=5.18.0,<6.0",
"psycopg2-binary>=2.9.9,<3.0",
"shortuuid>=1.0.11,<2.0",
"statsmodels>=0.14.4",
"whitenoise>=6.6.0,<7.0",
]
[dependency-groups]
dev = [
"coverage>=7.3.3,<8.0",
"django-tailwind[reload]>=4.0.1",
"factory-boy>=3.3.0,<4.0",
"pytest>=7.4.3,<8.0",
"pytest-django>=3.5.1,<4.0",
]