fix broken sed

This commit is contained in:
Kyle Czar 2024-07-26 10:21:33 -03:00
commit d780510966
2 changed files with 847 additions and 813 deletions

View file

@ -4,12 +4,13 @@ version = "0.1.0"
description = "XMPP Bot"
authors = ["Kylie Czar <czar@kalli.st>"]
license = "DPL"
package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.28.1"
bs4 = "^0.0.1"
pythonsed = { git = "gitea@gt.kalli.st:angel/pythonsed", branch = "master" }
pythonsed = { git = "https://github.com/fschaeck/PythonSed", branch = "master" }
pantomime = "^0.5.1"
aiohttp = "^3.8.1"
slixmpp = "^1.8.3"