19 lines
370 B
Plaintext
19 lines
370 B
Plaintext
# 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
|
|
requests
|
|
#
|
|
# Data parsing
|
|
PyYAML
|
|
#
|
|
# DNS lookups
|
|
dnspython
|
|
#
|
|
# Enrichment helpers
|
|
mac-vendor-lookup
|