diyalgo/pyproject.toml

32 lines
734 B
TOML

[tool.poetry]
name = "diyalgo"
version = "0.1.0"
description = "DIY Algorithms for Mastodon"
authors = ["sneakers-the-rat <JLSaunders987@gmail.com>"]
license = "AGPL-3.0"
readme = "README.md"
repository = "https://git.jon-e.net/jonny/diyalgo"
keywords = ["mastodon", "fediverse", "algorithm", "algorithms", "social media"]
[tool.poetry.dependencies]
python = "^3.11"
"Mastodon.py" = "^1.8.0"
pydantic = ">=2.0.0"
sqlmodel = ">=0.0.14"
beautifulsoup4 = "^4.11.1"
lxml = "^4.9.2"
python-dotenv = ">=1.0.0"
pydantic-settings = "^2.1.0"
tqdm = "^4.66.1"
[tool.poetry.group.dev]
optional = true
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"