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-11-11 23:33:50 +01:00
parent 11c323912c
commit 2691ad0ca6
No known key found for this signature in database
GPG key ID: 1E0CA1EF5FCB6B36
2 changed files with 6 additions and 5 deletions

View file

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
+ Updated hydrus server version
+ Updated dependencies
## [4.0.0] - 2020-10-22

View file

@ -44,14 +44,14 @@ RUN \
beautifulsoup4~=4.9.3 \
chardet~=3.0.4 \
lz4~=3.1.0 \
numpy~=1.19.2 \
opencv-python-headless~=4.4.0.44 \
pillow~=8.0.0 \
psutil~=5.7.2 \
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 \
pyyaml~=5.3.1 \
requests~=2.24.0 \
requests~=2.25.0 \
send2trash~=1.5.0 \
service_identity~=18.1.0 \
twisted~=20.3.0 && \