17 lines
400 B
TOML
17 lines
400 B
TOML
|
|
[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"
|