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 a5dcb7d312d481e7e52cb5194b613ca9445c8e5e 25 lines 523 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.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/*"]