Skip to content

Commit c1d550d

Browse files
committed
Add missing dev tooling dependencies.
1 parent 52dbb6f commit c1d550d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@
4545
extras_require={
4646
'dev': [
4747
'pytest',
48-
'pytest-mock'
48+
'pytest-mock',
49+
'bumpversion',
50+
'ghp-import',
51+
'sphinx'
4952
]
5053
}
5154
)

0 commit comments

Comments
 (0)