Files
deflock/serverless/blog_scraper/pyproject.toml
Will Freeman 1c241d17c9 Add Blog (#83)
* add rss ingestor

* it works

* blog working

* fix the theme switcher

* finalize blog, re-add store

* fix terraform for blog_scraper

* update sitemap

* update readme
2025-12-14 18:52:53 -07:00

12 lines
264 B
TOML

[project]
name = "blog-scraper"
version = "0.1.0"
description = "Pulls RSS feed from HIBF and stores in Directus CMS"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"feedparser>=6.0.11",
"requests>=2.32.0",
"python-dateutil>=2.9.0"
]