setting up slop app

This commit is contained in:
2026-02-21 14:06:32 -05:00
parent 7e06facc28
commit d37426401a
8 changed files with 5007 additions and 14 deletions

View File

@@ -1,8 +1,11 @@
# pyproject.toml
[project]
name = "aggregator"
name = "manual_slop"
version = "0.1.0"
requires-python = ">=3.11"
[project.scripts]
aggregate = "aggregate:main"
dependencies = [
"imgui[pygame]",
"pygame",
"google-generativeai",
"tomli-w"
]