feat: initial commit

This commit is contained in:
cătălin 2024-10-22 22:57:43 +02:00
commit beab2ff3a5
No known key found for this signature in database
24 changed files with 3506 additions and 0 deletions

19
pyproject.toml Normal file
View file

@ -0,0 +1,19 @@
[project]
name = "markovbot-gui"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
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",
]