1
0
Fork 0
mirror of https://github.com/imtbl/hydrus-server-docker synced 2024-04-29 18:23:38 +12:00

chore: update dependencies

This commit is contained in:
imtbl 2020-12-09 22:43:02 +01:00
parent 9496419d79
commit f6e2d3ef96
No known key found for this signature in database
GPG key ID: 1E0CA1EF5FCB6B36
2 changed files with 3 additions and 2 deletions

View file

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
+ Based Docker image on Python 3.9
+ Updated dependencies
## [4.1.0] - 2020-11-11

View file

@ -43,13 +43,13 @@ RUN \
pip install \
beautifulsoup4~=4.9.3 \
chardet~=3.0.4 \
lz4~=3.1.0 \
lz4~=3.1.1 \
numpy~=1.19.4 \
opencv-python-headless~=4.4.0.46 \
pillow~=8.0.1 \
psutil~=5.7.3 \
pylzma~=0.5.0 \
pyopenssl~=19.1.0 \
pyopenssl~=20.0.0 \
pyyaml~=5.3.1 \
requests~=2.25.0 \
send2trash~=1.5.0 \