Skip to content

Commit

Permalink
Merge branch 'pr/39'
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Sep 11, 2024
2 parents 2cff2ea + 6c2e54a commit 3f6ebc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:3.12
RUN apt-get update && \
apt-get install -y --no-install-recommends \
ffmpeg \
mediainfo \
mediainfo=23.04-1 \
git \
g++ \
cargo \
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
torf
guessit
ffmpeg-python
pymediainfo
pymediainfo==6.0.1
tmdbsimple
anitopy
cli-ui
Expand All @@ -22,4 +22,4 @@ pyotp
str2bool
click
aiohttp
Pillow
Pillow

0 comments on commit 3f6ebc4

Please sign in to comment.