mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-02-12 15:02:45 +00:00
* 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
12 lines
264 B
TOML
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"
|
|
]
|