easybot-windows-agent/pyproject.toml

17 lines
400 B
TOML
Raw Normal View History

2026-05-16 19:11:42 +02:00
[build-system]
requires = ["setuptools>=68.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "easybot-windows-agent"
version = "1.0.0"
description = "EasyBot Windows Agent — remote GUI automation client"
requires-python = ">=3.11"
dependencies = [
"websockets>=12.0,<14",
"windows-use>=0.1.0",
]
[project.scripts]
easybot-windows-agent = "easybot_windows_agent.main:main"