diff options
author | morpheus65535 <[email protected]> | 2023-12-29 23:01:20 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2023-12-29 23:01:20 -0500 |
commit | 3918d98791d0cdee0a6b66d173c58d63aa1f30c6 (patch) | |
tree | 9bfeb7ec2f64ce4c988c2b321e272d2c4c963c1c | |
parent | c4f103e39be7cb1fa02066611640b6ba57d9c292 (diff) | |
download | bazarr-3918d98791d0cdee0a6b66d173c58d63aa1f30c6.tar.gz bazarr-3918d98791d0cdee0a6b66d173c58d63aa1f30c6.zip |
no log: freeze lxml
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index fe60a1afa..7e40a4347 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ setuptools -lxml>=4.3.0 +lxml>=4.3.0, <5.0.0 numpy>=1.12.0 webrtcvad-wheels>=2.0.10 -Pillow>=9.0.0 --only-binary=Pillow
\ No newline at end of file +Pillow>=9.0.0 --only-binary=Pillow |