hls1000 commited on
Commit
1686818
·
verified ·
1 Parent(s): 6c79794

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ subprocess.run('apt-get install htop -y', shell=True)
9
  subprocess.run('apt-get install nano -y', shell=True)
10
  subprocess.run('npm install express', shell=True)
11
  subprocess.run('npm install cors', shell=True)
12
-
13
  subprocess.run('npm install fluent-ffmpeg', shell=True)
14
  subprocess.run('python3 -m pip install --no-deps git+https://github.com/WesleySouto/streamlink.git', shell=True)
15
  subprocess.run('python3 -m pip install requests pycryptodome certifi pycountry isodate websocket-client trio trio-websocket urllib3', shell=True)
 
9
  subprocess.run('apt-get install nano -y', shell=True)
10
  subprocess.run('npm install express', shell=True)
11
  subprocess.run('npm install cors', shell=True)
12
+ subprocess.run('python -m pip install "lxml>=5.1.0"', shell=True)
13
  subprocess.run('npm install fluent-ffmpeg', shell=True)
14
  subprocess.run('python3 -m pip install --no-deps git+https://github.com/WesleySouto/streamlink.git', shell=True)
15
  subprocess.run('python3 -m pip install requests pycryptodome certifi pycountry isodate websocket-client trio trio-websocket urllib3', shell=True)