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.13"
7dependencies = [
8 "aiodns>=3.5.0",
9 "aiohttp>=3.13.0",
10 "atproto_jetstream>=0.2.0",
11 "authlib>=1.3",
12 "flask-htmx>=0.4.0",
13 "flask[async,dotenv]>=3.1.2",
14 "gunicorn>=23.0.0",
15]