23 lines
No EOL
456 B
TOML
23 lines
No EOL
456 B
TOML
[project]
|
|
name = "markovbot-gui"
|
|
version = "0.1.0"
|
|
description = "Markov Chain Bot GUI"
|
|
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",
|
|
"pyinstaller>=6.11.0",
|
|
"twitchwebsocket>=1.2.1",
|
|
]
|
|
|
|
[tool.uv]
|
|
dev-dependencies = [
|
|
"ruff>=0.7.0",
|
|
] |