Make Vona a Python module
This commit is contained in:
19
pyproject.toml
Normal file
19
pyproject.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[project]
|
||||
name = "vona"
|
||||
version = "1.4.1"
|
||||
description = "Flazing bast Matrix homeserver"
|
||||
authors = [
|
||||
{name = "Kierre",email = "vel@riseup.net"}
|
||||
]
|
||||
license = {text = "Velicense"}
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"httpx (>=0.28.1,<0.29.0)",
|
||||
"pynacl (>=1.6.0,<2.0.0)",
|
||||
"flask[async] (>=3.1.2,<4.0.0)",
|
||||
]
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user