1
0
Fork 0
mirror of https://github.com/imtbl/hydrus-server-docker synced 2024-05-16 10:33:14 +12:00

chore: update dependencies

This commit is contained in:
imtbl 2020-09-07 20:09:38 +02:00
parent 4954ba7b09
commit 1236473281
No known key found for this signature in database
GPG key ID: 1E0CA1EF5FCB6B36
2 changed files with 8 additions and 7 deletions

View file

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

View file

@ -25,17 +25,17 @@ RUN \
virtualenv venv && \ virtualenv venv && \
. venv/bin/activate && \ . venv/bin/activate && \
pip install \ pip install \
beautifulsoup4~=4.9.0 \ beautifulsoup4~=4.9.1 \
chardet~=3.0.4 \ chardet~=3.0.4 \
lz4~=3.0.2 \ lz4~=3.1.0 \
numpy~=1.18.2 \ numpy~=1.19.1 \
opencv-python-headless~=4.2.0.34 \ opencv-python-headless~=4.4.0.42 \
pillow~=7.1.1 \ pillow~=7.2.0 \
psutil~=5.7.0 \ psutil~=5.7.2 \
pylzma~=0.5.0 \ pylzma~=0.5.0 \
pyopenssl~=19.1.0 \ pyopenssl~=19.1.0 \
pyyaml~=5.3.1 \ pyyaml~=5.3.1 \
requests~=2.23.0 \ requests~=2.24.0 \
send2trash~=1.5.0 \ send2trash~=1.5.0 \
service_identity~=18.1.0 \ service_identity~=18.1.0 \
twisted~=20.3.0 && \ twisted~=20.3.0 && \