easybot-windows-agent/pyproject.toml

20 lines
460 B
TOML
Raw Normal View History

[build-system]
requires = ["setuptools>=68.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "easybot-windows-agent"
version = "2.0.0"
description = "EasyBot Windows Agent — remote PC tools client (no LLM)"
requires-python = ">=3.11"
dependencies = [
"websockets>=12.0,<14",
"uiautomation>=2.0",
"pyautogui>=0.9",
"pywinauto>=0.6",
"Pillow>=10.0",
]
[project.scripts]
easybot-windows-agent = "easybot_windows_agent.main:main"