Skip to content

Commit

Permalink
Added OpenPyxl dependency to algorithm tools.
Browse files Browse the repository at this point in the history
This dependency is required for reading Excel databases
  • Loading branch information
bartvanb committed Nov 1, 2023
1 parent a759f54 commit dc46e58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions vantage6-algorithm-tools/requirements.txt
@@ -1,3 +1,4 @@
openpyxl>=3.0.0
pandas>=1.5.3
PyJWT==2.6.0
pyfiglet==0.8.post1
Expand Down
1 change: 1 addition & 0 deletions vantage6-algorithm-tools/setup.py
Expand Up @@ -35,6 +35,7 @@
packages=find_namespace_packages(),
python_requires='>=3.6',
install_requires=[
'openpyxl>=3.0.0',
'pandas>=1.5.3',
'PyJWT==2.6.0',
'pyfiglet==0.8.post1',
Expand Down

0 comments on commit dc46e58

Please sign in to comment.