13 lines
258 B
TOML
13 lines
258 B
TOML
|
|
[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",
|
||
|
|
]
|