-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (33 loc) · 934 Bytes
/
pyproject.toml
File metadata and controls
36 lines (33 loc) · 934 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
[tool.poetry]
name = "sensors-wyemake-co-uk"
version = "0.1.0"
description = ""
authors = ["Matthew Macdonald-Wallace <matt@doics.co>"]
readme = "README.md"
packages = [{include = "sensors"}]
[tool.poetry.dependencies]
python = "^3.10"
Django = "^5.0.8"
black = "^24.4.2"
opentelemetry-exporter-otlp = "^1.25.0"
opentelemetry-instrumentation-django = "^0.46b0"
opentelemetry-instrumentation-psycopg2 = "^0.46b0"
opentelemetry-instrumentation-logging = "^0.46b0"
django-geoposition-2 = "^0.4.0"
django-crispy-forms = "^2.2"
psycopg2 = "^2.9.9"
what3words = "^3.1.1"
django-postgresql = "^0.0.3"
dj-database-url = "^2.2.0"
django-admin-geomap = "^1.6"
django-environ = "^0.11.2"
django-prometheus = "^2.3.1"
setuptools = "^70.2.0"
python-dotenv = "^1.0.1"
netaddr = "^1.3.0"
djangorestframework = "^3.15.2"
markdown = "^3.6"
django-filter = "^24.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"