This repository has been archived on 2026-06-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Whiskerbound/pyproject.toml
2026-05-15 16:19:43 -04:00

10 lines
168 B
TOML

[project]
name = "whiskerbound"
version = "0.1.0"
description = "Cat Game"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"questionary>=2.1.1",
]