feat: add migrations, api bot endpoints and revamp the whole twitch backend by making use of twitchio

This commit is contained in:
cătălin 2024-12-17 17:55:02 +01:00
commit 4c534de47b
No known key found for this signature in database
45 changed files with 1718 additions and 1109 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "huesoporro"
version = "0.2.1"
version = "0.2.2"
description = "Misc Twitch bots"
readme = "README.md"
authors = [
@ -20,6 +20,13 @@ dependencies = [
"gtts>=2.5.4",
"litestar[standard]>=2.13.0",
"httpx>=0.28.0",
"caribou>=0.4.1",
"aiosqlite>=0.20.0",
"pyjwt>=2.10.1",
"huey>=2.5.2",
"twitchio>=2.10.0",
"redis>=5.2.1",
"pytest>=8.3.4",
]
[tool.uv]