poc/project/llmclipboard/pyproject.toml

24 lines
436 B
TOML

[project]
name = "llmclipboard"
version = "0.1.5"
description = "A cross-platform rich text capture tool with GUI support"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"pynput",
"pywin32",
"html2text",
"keyboard",
"configparser",
"PyQt6",
"darkdetect",
"qt-material",
"jieba",
"Pillow",
"requests",
"openai"
]
[project.scripts]
llmclipboard = "llmclipboard.app:main"