-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
17 lines (14 loc) · 814 Bytes
/
Copy pathrequirements.txt
File metadata and controls
17 lines (14 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Core skill scripts (analyzer, metrics, attribution, compliance, funnel) use only
# the Python 3.10+ standard library — they run with NO third-party dependencies.
#
# The packages below are needed ONLY for the optional features noted:
# Optional live-trend fetching (fetch_trends.py). The skill degrades gracefully
# without it.
requests>=2.31
# Optional federation (federation/contribute.py, federation/refresh_dataset.py).
# Only contributors who push/pull the shared dataset need this.
huggingface_hub>=0.23
# OPTIONAL (not installed by requirements): playwright>=1.40
# Only needed for fetch_trends.py signature-header acquisition. Without it,
# live trends are unavailable but every other feature works fully.
# Install manually with: pip install "playwright>=1.40" && playwright install chromium