decentralized and customizable links page on top of atproto ligo.at
atproto link-in-bio python uv
at 88d3745d264c5b898f91751e4b390dbc3d394ef3 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]