Skip to content

Commit 03b6923

Browse files
committed
fix: if testing monitor, we add imports to reqs
1 parent 2afbf04 commit 03b6923

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

heudiconv/info.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@
1717
'six',
1818
'pytest',
1919
'mock',
20+
'tinydb',
21+
'inotify',
2022
]
2123

2224
EXTRA_REQUIRES = {
2325
'tests': TESTS_REQUIRES,
24-
'monitor': ['inotify', 'tinydb'],
2526
'datalad': ['datalad']
2627
}
2728

0 commit comments

Comments
 (0)