1# Core dependencies for Void Bot
2
3# Configuration and utilities
4PyYAML>=6.0.2
5rich>=14.0.0
6python-dotenv>=1.0.0
7
8# Letta API client
9letta-client>=0.1.198
10
11# AT Protocol (Bluesky) client
12atproto>=0.0.54
13
14# HTTP client for API calls
15httpx>=0.28.1
16httpx-sse>=0.4.0
17requests>=2.31.0
18
19# Data validation
20pydantic>=2.11.7
21
22# Async support
23anyio>=4.9.0