Skip to content

Commit 876bb4a

Browse files
committed
add pytest to requirements
1 parent 36af0ea commit 876bb4a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers = [
1717
authors = [{name = "Emma", email = "emmabesier@g.harvard.edu"}]
1818
dynamic = ["version", "description"]
1919
dependencies = [
20+
'pytest',
2021
'glymur',
2122
'h5py',
2223
'ipython',

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
pytest
12
glymur
23
h5py
34
ipython

0 commit comments

Comments
 (0)