Skip to content

Commit

Permalink
Merge pull request #78 from simmsa/fix-pytest-module-not-found-bug
Browse files Browse the repository at this point in the history
Fix: import fails due to pytest ModuleNotFoundError
  • Loading branch information
kaklise authored Oct 27, 2023
2 parents c9cdd46 + 65bc69a commit f176b1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ numpy
jinja2
matplotlib


# Optional
pvlib
plotly
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
'install_requires': ['numpy >= 1.10.4',
'pandas >= 0.18.0',
'matplotlib',
'jinja2'],
'jinja2',
'pytest'],
'scripts': [],
'include_package_data': True
}
Expand Down

0 comments on commit f176b1d

Please sign in to comment.