ai-assistant/pyproject.toml

13 lines
258 B
TOML
Raw Permalink Normal View History

2025-05-16 14:44:27 +00:00
[project]
name = "ai-assistant"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"ollama==0.4.7",
"prompt-toolkit>=3.0.51",
"pygments==2.19.1",
"pyperclip==1.9.0",
]