Skip to content

Commit

Permalink
added openpyxl to tests_require
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Aug 16, 2023
1 parent f45d3f0 commit 3da4763
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,7 @@ def extract_version(filename: str):
'openpyxl',
'tabulate',
],
tests_require=[
'openpyxl',
],
)

0 comments on commit 3da4763

Please sign in to comment.