1
0
Fork 0
mirror of https://github.com/imtbl/hydrus-server-docker synced 2024-04-30 02:33:20 +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
+ Updated hydrus server version
+ Updated dependencies
## [3.28.0] - 2020-06-14

View file

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