visidata: add installer and optional deps list

This commit is contained in:
tobias
2026-02-14 11:15:53 +01:00
parent 7e45c6f843
commit 273b47f08e
3 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Optional deps used by /Users/tabledevil/gists/config/visidata/visidatarc.
# Install into VisiData's per-user deps dir (recommended):
# ./install.sh --deps
#
# Or manually:
# python -m pip install --target ~/.visidata/plugins-deps -r requirements.txt
#
# Core HTTP / scraping
requests
beautifulsoup4
lxml
#
# Data parsing
PyYAML
#
# DNS lookups
dnspython
#
# Enrichment helpers
mac-vendor-lookup
virus_total_apis