23 lines
445 B
Plaintext
23 lines
445 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
|
|
|
|
# Optional offline MaxMind mmdb reader (GeoLite2/GeoIP2)
|
|
geoip2
|
|
maxminddb
|