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