Skip to content

Commit 1fc5adc

Browse files
committed
build: Add direct dependencies
1 parent 28471ee commit 1fc5adc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
'agate-excel>=0.2.2',
6161
'agate-dbf>=0.2.2',
6262
'agate-sql>=0.5.3',
63+
'openpyxl',
64+
'sqlalchemy',
65+
'xlrd',
6366
# “selectable” entry points were introduced in Python 3.10.
6467
# https://docs.python.org/3/library/importlib.metadata.html
6568
'importlib_metadata; python_version < "3.10"',

0 commit comments

Comments
 (0)