decentralized and customizable links page on top of atproto
ligo.at
atproto
link-in-bio
python
uv
1[project]
2name = "ligo-at"
3version = "0.0.1"
4description = "Decentralized links page on top of AT Protocol"
5readme = "README.md"
6requires-python = ">=3.14"
7dependencies = [
8 "aiodns>=4.0.0",
9 "aiohttp>=3.13.3",
10 "authlib>=1.6.7",
11 "flask-htmx>=0.4.0",
12 "flask[async,dotenv]>=3.1.2",
13 "gunicorn>=25.0.3",
14 "atproto",
15 "ingestor",
16 "xrpc",
17]
18
19[tool.uv.sources]
20atproto = { workspace = true }
21ingestor = { workspace = true }
22xrpc = { workspace = true }
23
24[tool.uv.workspace]
25members = ["packages/*"]