18 lines
375 B
TOML
18 lines
375 B
TOML
[tool.poetry]
|
|
name = "bsky"
|
|
version = "0.1.0"
|
|
description = "Simple script to send messages to Bluesky."
|
|
authors = ["JJJHolscher <jochem.holscher@gmail.com>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.11,<3.14"
|
|
atproto = "^0.0.55"
|
|
requests = "^2.32.3"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|