Files
ONE-OS/axhub-make/skills/third-party/deep-research/requirements.txt
王冕 a27e3b8e43 feat: sync full workspace including web modules, docs, and configurations to Gitea
Optimized the root .gitignore to exclude virtual environments, node modules,
and temp folders to ensure clean and lightweight version tracking.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-09 18:12:25 +08:00

11 lines
454 B
Plaintext

# Deep Research Skill Dependencies
# These are standard library modules, no external dependencies needed for core functionality
# Optional: For enhanced features, uncomment if needed
# requests>=2.31.0 # For web fetching
# beautifulsoup4>=4.12.0 # For HTML parsing
# markdownify>=0.11.6 # For HTML to markdown conversion
# numpy>=1.24.0 # For statistical analysis
# pandas>=2.0.0 # For data analysis
# networkx>=3.1 # For knowledge graph analysis