Skip to content

Commit f176b1d

Browse files
authored
Merge pull request #78 from simmsa/fix-pytest-module-not-found-bug
Fix: import fails due to pytest ModuleNotFoundError
2 parents c9cdd46 + 65bc69a commit f176b1d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ numpy
44
jinja2
55
matplotlib
66

7+
78
# Optional
89
pvlib
910
plotly

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
'install_requires': ['numpy >= 1.10.4',
1818
'pandas >= 0.18.0',
1919
'matplotlib',
20-
'jinja2'],
20+
'jinja2',
21+
'pytest'],
2122
'scripts': [],
2223
'include_package_data': True
2324
}

0 commit comments

Comments
 (0)