Skip to content

Commit db04a4f

Browse files
authored
Refactor extras_require format in extras_require.txt
1 parent 3764036 commit db04a4f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

extras_require.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
mpi4py
2-
SciFiReaders
1+
extras_require={
2+
'MPI': ["mpi4py"],
3+
'test': ["pytest", "pytest-cov", "SciFiReaders"],
4+
},

0 commit comments

Comments
 (0)