seattlecitylight-mastodon-bot/pyproject.toml
Renovate 1ed0157cf7
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/vulnerability-scan Pipeline was successful
ci/woodpecker/pull_request_closed/lint Pipeline was successful
ci/woodpecker/pull_request_closed/vulnerability-scan Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/vulnerability-scan Pipeline was successful
Update dependency sqlalchemy to v2.0.41
2025-05-14 18:00:45 +00:00

28 lines
753 B
TOML

[project]
name = "seattlecitylight-mastodon-bot"
version = "0.1.0"
description = "A bot that pulls the latest power outages from the Seattle City Light website, and posts them to Mastodon."
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"blurhash==1.1.4",
"certifi==2025.4.26",
"charset-normalizer==3.4.2",
"decorator==5.2.1",
"greenlet==3.2.2",
"idna==3.10",
"mastodon-py==2.0.1",
"numpy==2.2.5",
"pillow==11.2.1",
"pip-install==1.3.5",
"python-dateutil==2.9.0.post0",
"python-magic==0.4.27",
"pyyaml==6.0.2",
"requests==2.32.3",
"shapely==2.1.0",
"six==1.17.0",
"sqlalchemy==2.0.41",
"staticmap==0.5.7",
"typing-extensions==4.13.2",
"urllib3==2.4.0",
]