-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (39 loc) · 969 Bytes
/
pyproject.toml
File metadata and controls
41 lines (39 loc) · 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[project]
name = "macos-use"
version = "0.1.0"
description = "Computer use agent for macOS"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pyautogui>=0.9.54",
"pyobjc-framework-Quartz>=10.1",
"pyobjc-framework-Cocoa>=10.1",
"pyobjc-framework-ApplicationServices>=10.1",
"pillow>=10.2.0",
"requests>=2.31.0",
"markdownify>=0.11.6",
"rich>=13.7.0",
"openai>=1.12.0",
"anthropic>=0.18.1",
"google-generativeai>=0.4.0",
"tabulate>=0.9.0",
"groq>=0.29.0",
"google-genai>=1.45.0",
"openai>=1.93.0",
"ollama>=0.5.1",
"cerebras-cloud-sdk>=1.50.1",
"anthropic>=0.68.1",
"litellm>=1.72.0",
"mistralai>=1.9.11",
"python-dotenv>=1.2.1",
"uuid7>=0.1.0",
"posthog>=7.8.3",
"ipykernel>=7.2.0",
"pyobjc-core>=12.1",
"pyobjc>=12.1",
]
[project.scripts]
macos-use = "macos_use.main:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"