decentralized and customizable links page on top of atproto ligo.at
atproto link-in-bio python uv
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 6663046169c9c55f5fb53da87f67a002db347dfe 13 lines 297 B view raw
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 "authlib>=1.3", 11 "flask[async,dotenv]>=3.1.2", 12 "gunicorn>=23.0.0", 13]