mirror of
https://github.com/trycua/computer.git
synced 2026-01-03 03:49:58 -06:00
@@ -23,7 +23,7 @@ dependencies = [
|
||||
"cua-core>=0.1.0,<0.2.0",
|
||||
"certifi>=2024.2.2"
|
||||
]
|
||||
requires-python = ">=3.10,<3.13"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
[project.optional-dependencies]
|
||||
anthropic = [
|
||||
|
||||
@@ -20,7 +20,7 @@ dependencies = [
|
||||
"python-xlib>=0.33; sys_platform == 'linux'",
|
||||
"pillow>=10.2.0"
|
||||
]
|
||||
requires-python = ">=3.10,<3.13"
|
||||
requires-python = ">=3.10"
|
||||
readme = "README.md"
|
||||
license = { text = "MIT" }
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ dependencies = [
|
||||
"cua-core>=0.1.0,<0.2.0",
|
||||
"pydantic>=2.11.1"
|
||||
]
|
||||
requires-python = ">=3.10,<3.13"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
[tool.pdm]
|
||||
distribution = true
|
||||
|
||||
@@ -15,7 +15,7 @@ dependencies = [
|
||||
"httpx>=0.24.0",
|
||||
"posthog>=3.20.0"
|
||||
]
|
||||
requires-python = ">=3.10,<3.13"
|
||||
requires-python = ">=3.10"
|
||||
|
||||
[tool.pdm]
|
||||
distribution = true
|
||||
|
||||
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
|
||||
name = "cua-mcp-server"
|
||||
description = "MCP Server for Computer-Use Agent (CUA)"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10,<3.13"
|
||||
requires-python = ">=3.10"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
{name = "TryCua", email = "gh@trycua.com"}
|
||||
|
||||
@@ -10,7 +10,7 @@ authors = [
|
||||
{ name = "TryCua", email = "gh@trycua.com" }
|
||||
]
|
||||
dependencies = []
|
||||
requires-python = ">=3.10,<3.13"
|
||||
requires-python = ">=3.10"
|
||||
readme = "README.md"
|
||||
license = { text = "MIT" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user