Spaces:
Sleeping
Sleeping
[project] | |
name = "ai-newsletter" | |
version = "0.1.0" | |
description = "AI Newsletter Generator - Full Stack Application" | |
requires-python = ">=3.12" | |
dependencies = [ | |
"fastapi>=0.116.0", | |
"uvicorn>=0.35.0", | |
"openai>=1.99.0", | |
"feedparser>=6.0.11", | |
"pydantic>=2.11.0", | |
"httpx>=0.28.0", | |
"python-dateutil>=2.9.0", | |
"python-dotenv>=1.1.0", | |
] | |
[tool.uv] | |
dev-dependencies = [] | |