mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-01 04:22:07 +08:00
Added setuptools to requirements.txt. It should be already installed in most case but just in case.
This commit is contained in:
parent
3b1b67d701
commit
0a1ad41f9d
2 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,7 @@ import logging
|
|||
# deploy requirements.txt
|
||||
if not args.no_update:
|
||||
try:
|
||||
import lxml, numpy, webrtcvad, gevent, geventwebsocket
|
||||
import lxml, numpy, webrtcvad, gevent, geventwebsocket, setuptools
|
||||
except ImportError:
|
||||
try:
|
||||
import pip
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
setuptools
|
||||
gevent>=21
|
||||
gevent-websocket>=0.10.1
|
||||
lxml>=4.3.0
|
||||
|
|
Loading…
Reference in a new issue