A social pastebin built on atproto.
6
fork

Configure Feed

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

at master 15 lines 323 B view raw
1[project] 2name = "morsels" 3version = "0.1.0" 4description = "Add your description here" 5readme = "README.md" 6requires-python = ">=3.14" 7dependencies = [ 8 "atproto>=0.0.65", 9 "authlib>=1.6.9", 10 "flask>=3.1.3", 11 "gunicorn>=25.3.0", 12 "pygments>=2.20.0", 13 "regex>=2026.3.32", 14 "requests-hardened>=1.2.0", 15]