1.0.3-hotfix: Added requirements.txt.

This commit is contained in:
2026-01-26 17:10:24 +08:00
parent 57fb6ce1f4
commit 4cee0fab59
2 changed files with 9 additions and 0 deletions

View File

@@ -4,6 +4,11 @@
YRTV 是一个基于 CS2 比赛数据的综合分析与战队管理平台。它集成了数据采集、ETL 清洗建模、特征挖掘以及现代化的 Web 交互界面。 YRTV 是一个基于 CS2 比赛数据的综合分析与战队管理平台。它集成了数据采集、ETL 清洗建模、特征挖掘以及现代化的 Web 交互界面。
核心目标是为战队提供数据驱动的决策支持包括战术分析、队员表现评估、阵容管理Clubhouse以及实时战术板功能。 核心目标是为战队提供数据驱动的决策支持包括战术分析、队员表现评估、阵容管理Clubhouse以及实时战术板功能。
---
您可以使用以下命令快速配置环境:
pip install -r requirements.txt
数据来源与处理核心包括: 数据来源与处理核心包括:
- 比赛页面的 iframe JSON 数据(`iframe_network.json` - 比赛页面的 iframe JSON 数据(`iframe_network.json`
- 可选的 demo 文件(`.zip/.dem` - 可选的 demo 文件(`.zip/.dem`

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
Flask
pandas
numpy
playwright