decentralized and customizable links page on top of atproto ligo.at
atproto link-in-bio python uv
at 0cd5bb2241da3350ea7c41fc4c9f67ea0727aeb2 15 lines 354 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 "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]