-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (32 loc) · 857 Bytes
/
Copy pathpyproject.toml
File metadata and controls
36 lines (32 loc) · 857 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
[project]
name = "hackmap"
version = "0.1.0"
description = "Map for edinburgh hacklab"
authors = [{ name = "Aria Shrimpton", email = "me@aria.rip" }]
requires-python = ">=3.11,<4"
readme = "README.md"
license = "AGPL"
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
]
dependencies = [
"django>=5.1,<6",
"django-vite>=3.0.4,<4",
"websockets>=13.0,<14",
"asyncio-paho>=0.6.0,<0.7",
"django-auth-ldap>=5.1.0,<6",
]
[dependency-groups]
dev = ["django-stubs>=5.1.1,<6"]
[tool.uv]
package = false
default-groups = "all"
[tool.uv.build-backend]
module-root = ""
[build-system]
requires = ["uv_build>=0.11.32,<0.12.0"]
build-backend = "uv_build"