2025-05-03 16:34:31 -07:00
|
|
|
[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==2024.12.14",
|
2025-05-03 23:58:53 +00:00
|
|
|
"charset-normalizer==3.4.2",
|
2025-05-04 00:26:26 +00:00
|
|
|
"decorator==5.2.1",
|
2025-05-04 00:42:05 +00:00
|
|
|
"greenlet==3.2.1",
|
2025-05-03 16:34:31 -07:00
|
|
|
"idna==3.10",
|
|
|
|
"mastodon-py==1.8.1",
|
2025-05-03 23:59:03 +00:00
|
|
|
"numpy==2.2.5",
|
2025-05-04 00:26:33 +00:00
|
|
|
"pillow==11.2.1",
|
2025-05-03 16:34:31 -07:00
|
|
|
"pip-install==1.3.5",
|
|
|
|
"python-dateutil==2.9.0.post0",
|
|
|
|
"python-magic==0.4.27",
|
|
|
|
"pyyaml==6.0.2",
|
|
|
|
"requests==2.32.3",
|
2025-05-04 01:00:40 +00:00
|
|
|
"shapely==2.1.0",
|
2025-05-03 16:34:31 -07:00
|
|
|
"six==1.17.0",
|
2025-05-03 23:59:10 +00:00
|
|
|
"sqlalchemy==2.0.40",
|
2025-05-03 16:34:31 -07:00
|
|
|
"staticmap==0.5.7",
|
2025-05-04 01:00:46 +00:00
|
|
|
"typing-extensions==4.13.2",
|
2025-05-03 16:34:31 -07:00
|
|
|
"urllib3==2.3.0",
|
|
|
|
]
|