+33
-23
requirements.txt
+33
-23
requirements.txt
···
1
-
# Core dependencies for Void Bot
2
-
3
-
# Configuration and utilities
4
-
PyYAML>=6.0.2
5
-
rich>=14.0.0
6
-
python-dotenv>=1.0.0
7
-
8
-
# Letta API client
9
-
letta-client>=0.1.198
10
-
11
-
# AT Protocol (Bluesky) client
12
-
atproto>=0.0.54
13
-
14
-
# HTTP client for API calls
15
-
httpx>=0.28.1
16
-
httpx-sse>=0.4.0
17
-
requests>=2.31.0
18
-
19
-
# Data validation
20
-
pydantic>=2.11.7
21
-
22
-
# Async support
23
-
anyio>=4.9.0
···
1
+
annotated-types==0.7.0
2
+
anyio==4.9.0
3
+
atproto==0.0.61
4
+
certifi==2025.7.14
5
+
cffi==1.17.1
6
+
charset-normalizer==3.4.2
7
+
click==8.2.1
8
+
cryptography==45.0.5
9
+
dnspython==2.7.0
10
+
h11==0.16.0
11
+
httpcore==1.0.9
12
+
httpx==0.28.1
13
+
httpx-sse==0.4.0
14
+
idna==3.10
15
+
letta-client==0.1.235
16
+
libipld==3.1.1
17
+
markdown-it-py==3.0.0
18
+
mdurl==0.1.2
19
+
oauthlib==3.3.1
20
+
pycparser==2.22
21
+
pydantic==2.11.7
22
+
pydantic-core==2.33.2
23
+
pygments==2.19.2
24
+
python-dotenv==1.1.1
25
+
pyyaml==6.0.2
26
+
requests==2.32.4
27
+
requests-oauthlib==2.0.0
28
+
rich==14.1.0
29
+
sniffio==1.3.1
30
+
typing-extensions==4.14.1
31
+
typing-inspection==0.4.1
32
+
urllib3==2.5.0
33
+
websockets==13.1