15d8fa031d
Signed-off-by: Markus Birth <markus@birth-online.de>
17 lines
277 B
TOML
17 lines
277 B
TOML
[project]
|
|
name = "bluesky-blocker"
|
|
version = "0.1.0"
|
|
description = "Block the blockers!"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"atproto>=0.0.65",
|
|
"requests>=2.33.1",
|
|
"rich>=15.0.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"debugpy>=1.8.20",
|
|
]
|