visidata: add openpyxl to README as optional dep

This commit is contained in:
sthen 2021-01-05 13:03:14 +00:00
parent f04bd35f1d
commit a28a9f15a0
2 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2020/12/08 20:34:07 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2021/01/05 13:03:14 sthen Exp $
COMMENT= console-based multitool to explore and arrange tabular data
MODPY_EGG_VERSION= 2.1
REVISION= 0
DISTNAME= visidata-${MODPY_EGG_VERSION}
CATEGORIES= math textproc

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.2 2020/12/08 08:17:03 sthen Exp $
$OpenBSD: README,v 1.3 2021/01/05 13:03:15 sthen Exp $
+-------------------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
@ -29,6 +29,7 @@ These are supported with additional packages (install with pkg_add):
pdf py3-pdfminer
postgresql py3-psycopg2
xls py3-xlrd
xlsx py3-openpyxl
yaml/yml py3-yaml
(various via pandas) py3-pandas