server/build: add missing dependency
Althought szurubooru is now no longer dependent from image-match, the pulled code still needs the skimage library.
This commit is contained in:
parent
00c3a4320b
commit
4caa980bf8
1 changed files with 1 additions and 0 deletions
|
@ -10,3 +10,4 @@ pycodestyle>=2.0.0
|
||||||
scipy>=0.18.1
|
scipy>=0.18.1
|
||||||
elasticsearch>=5.0.0
|
elasticsearch>=5.0.0
|
||||||
elasticsearch-dsl>=5.0.0
|
elasticsearch-dsl>=5.0.0
|
||||||
|
skimage>=0.12
|
||||||
|
|
Loading…
Reference in a new issue