19 lines
274 B
TOML
19 lines
274 B
TOML
# pyproject.toml
|
|
[project]
|
|
name = "manual_slop"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"dearpygui",
|
|
"imgui-bundle",
|
|
"google-genai",
|
|
"anthropic",
|
|
"tomli-w",
|
|
"psutil>=7.2.2",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pytest>=9.0.2",
|
|
]
|