This commit is contained in:
cătălin 2024-12-01 20:23:43 +01:00
commit 27cdf52a4a
No known key found for this signature in database
23 changed files with 5605 additions and 758 deletions

View file

@ -1,10 +1,9 @@
[project]
name = "markovbot-gui"
name = "huesoporro"
version = "0.1.2"
description = "Markov Chain Bot GUI"
description = "Twitch misc bot"
readme = "README.md"
authors = [
{ name = "tomaarsen" },
{ name = "185504a9", email = "catalin@roboces.dev" }
]
requires-python = ">=3.11"
@ -18,6 +17,8 @@ dependencies = [
"pyinstaller>=6.11.0",
"twitchwebsocket>=1.2.1",
"loguru>=0.7.2",
"pyttsx3>=2.98",
"tts>=0.22.0",
]
[tool.uv]