-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (32 loc) · 794 Bytes
/
Copy pathpyproject.toml
File metadata and controls
32 lines (32 loc) · 794 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
[project]
name = "cmp"
version = "0.1.0"
description = "Corps of Military Police Database"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"azure-identity>=1.25.1",
"azure-storage-blob>=12.27.1",
"black>=25.11.0",
"crispy-bootstrap5>=2025.6",
"django>=5.2.8",
"django-allauth>=65.13.0",
"django-crispy-forms>=2.5",
"django-debug-toolbar>=6.1.0",
"django-environ>=0.12.0",
"django-extensions>=4.1",
"django-htmx>=1.26.0",
"django-storages>=1.14.6",
"flake8>=7.3.0",
"folium>=0.20.0",
"gunicorn>=23.0.0",
"ipdb>=0.13.13",
"logzero>=1.7.0",
"pillow>=12.0.0",
"pip>=25.3",
"pip-tools>=7.5.2",
"pytest-cov>=7.0.0",
"pytest-django>=4.11.1",
"sentry-sdk>=2.44.0",
"whitenoise>=6.11.0",
]