Spaces:
Sleeping
Sleeping
File size: 379 Bytes
4024eae |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
[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 = []
|