fix broken sed
This commit is contained in:
parent
19081809f9
commit
d780510966
2 changed files with 847 additions and 813 deletions
1657
poetry.lock
generated
1657
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue