From 1fc5adc76c520eb72e29ec27a5f9e2572cfbebb0 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:26:24 -0400 Subject: [PATCH] build: Add direct dependencies --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 16aa8890a..2b8edd0f8 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,9 @@ 'agate-excel>=0.2.2', 'agate-dbf>=0.2.2', 'agate-sql>=0.5.3', + 'openpyxl', + 'sqlalchemy', + 'xlrd', # “selectable” entry points were introduced in Python 3.10. # https://docs.python.org/3/library/importlib.metadata.html 'importlib_metadata; python_version < "3.10"',