25 lines
547 B
TOML
25 lines
547 B
TOML
[project]
|
|
name = "vona"
|
|
description = "Flazing bast Matrix homeserver"
|
|
license = {text = "Velicense"}
|
|
requires-python = "<4,>=3.12"
|
|
|
|
dependencies = [
|
|
"httpx (>=0.28.1,<0.29.0)",
|
|
"pynacl (>=1.6.0,<2.0.0)",
|
|
"flask[async] (>=3.1.2,<4.0.0)",
|
|
"resolvematrix @ git+https://codeberg.org/timedout/resolvematrix.git",
|
|
]
|
|
|
|
authors = [
|
|
{ name = "Kierre", email = "vel@riseup.net" }
|
|
]
|
|
|
|
# We put this in the code itself rather than here.
|
|
version = "0.0.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|