feat: remove kivy frontend, add litestar

This commit is contained in:
cătălin 2024-12-12 12:22:34 +01:00
commit 6b873348c7
No known key found for this signature in database
48 changed files with 3092 additions and 800 deletions

View file

@ -1,50 +1,41 @@
[project]
name = "markovbot-gui"
version = "0.1.2"
description = "Markov Chain Bot GUI"
name = "huesoporro"
version = "0.2.0"
description = "Misc Twitch bots"
readme = "README.md"
authors = [
{ name = "tomaarsen" },
{ name = "185504a9", email = "catalin@roboces.dev" }
]
requires-python = ">=3.11"
dependencies = [
"kivy[base]>=2.3.0",
"nltk>=3.9.1",
"pillow>=10.4.0",
"platformdirs>=4.3.6",
"pydantic>=2.9.2",
"pydantic-settings>=2.6.0",
"pyinstaller>=6.11.0",
"twitchwebsocket>=1.2.1",
"loguru>=0.7.2",
"ffmpeg>=1.4",
"ffmpeg-python>=0.2.0",
"gtts>=2.5.4",
"litestar[standard]>=2.13.0",
"httpx>=0.28.0",
]
[tool.uv]
dev-dependencies = [
"mypy>=1.13.0",
"pyright>=1.1.387",
"ruff>=0.7.0",
]
[[tool.mypy.overrides]]
module = [
"kivy",
"kivy.uix.widget",
"kivy.uix.popup",
"kivy.uix.button",
"kivy.uix.boxlayout",
"kivy.uix.textinput",
"kivy.uix.label",
"kivy.metrics",
"kivy.app",
"kivy.clock",
"nltk",
"nltk.tokenize",
"nltk.tokenize.treebank",
"nltk.tokenize.destructive",
"TwitchWebsocket",
"tokenizer"
"tokenizer",
"gtts"
]
ignore_missing_imports = true