Skip to content

Commit 97f0e7f

Browse files
committed
Added 'black' to setup.py
1 parent 956000e commit 97f0e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# What packages are required for this module to be executed?
2424
REQUIRED = ["numpy", "torch", "torchaudio", "julius", "wavaugment", "torch-pitch-shift"]
25-
TEST_REQUIRED = ["pytest"]
25+
TEST_REQUIRED = ["pytest", "black"]
2626

2727
# What packages are optional?
2828
EXTRAS = {

0 commit comments

Comments
 (0)