- Enabled native execution and nativeSkills in OpenClaw config - Installed and linked core CLI dependencies (things3-cli, grizzly, remindctl, op, etc.) - Deployed macOS-specific skills (Notes, Reminders, Things, TTS, Mission Control) - Hardened node startup script with optimized PATH and daemon configuration - Finalized environment for secure autonomous operation
14 lines
260 B
TOML
14 lines
260 B
TOML
[project]
|
|
name = "weather-cli"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"click>=8.3.1",
|
|
"httpx>=0.28.1",
|
|
"mypy>=1.19.1",
|
|
"pytest>=9.0.2",
|
|
"ruff>=0.15.5",
|
|
]
|