Seperated out from slidge directory
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[tool.poetry]
|
||||
name = "slidgevoipms"
|
||||
version = "0.1.0"
|
||||
description = "slidge based XMPP bridge for the voip.ms messaging api"
|
||||
authors = ["Zoe Moore <zoenb@mailbox.org>"]
|
||||
license = "AGPL"
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
pytz = "^2024.1"
|
||||
slidge = "^0.1.0"
|
||||
aiohttp = "^3.9.4"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user