feat: 军事科技每日资讯推送系统 - Docker部署 + 日志系统 + 数据目录重组

This commit is contained in:
poiuy
2026-07-12 20:01:02 +08:00
commit 54ca4b1b6a
267 changed files with 47047 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[project]
name = "daily-news"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"aiohttp>=3.9.0",
"beautifulsoup4>=4.12.0",
"croniter>=6.0.0",
"feedparser>=6.0.0",
"markdownify>=0.11.0",
"pytest>=7.0.0",
"pytest-asyncio>=0.21.0",
"pytest-mock>=3.10.0",
"python-dotenv>=1.0.0",
"pyyaml>=6.0",
"requests>=2.34.2",
]