hvac-kia-content/pyproject.toml
Ben Reed f9a8e719a7 Initial commit: Project foundation with base scraper and tests
- Set up UV environment with all required packages
- Created comprehensive project structure
- Implemented abstract BaseScraper class with TDD
- Added documentation (project spec, implementation plan, status)
- Configured .env for credentials (not committed)
- All base scraper tests passing (9/9)

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-18 12:15:17 -03:00

18 lines
417 B
TOML

[project]
name = "hvac-kia-content"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"feedparser>=6.0.11",
"instaloader>=4.14.2",
"markitdown>=0.1.2",
"pytest>=8.4.1",
"pytest-asyncio>=1.1.0",
"pytest-mock>=3.14.1",
"python-dotenv>=1.1.1",
"pytz>=2025.2",
"requests>=2.32.4",
"schedule>=1.2.2",
"yt-dlp>=2025.8.11",
]