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-10-22 00:33:17 +02:00
parent 56759ecd49
commit 271949269a
No known key found for this signature in database
GPG key ID: 1E0CA1EF5FCB6B36
2 changed files with 5 additions and 4 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
+ Switched to AGPLv3
## [3.29.0] - 2020-09-07

View file

@ -41,12 +41,12 @@ RUN \
virtualenv venv && \
. venv/bin/activate && \
pip install \
beautifulsoup4~=4.9.1 \
beautifulsoup4~=4.9.3 \
chardet~=3.0.4 \
lz4~=3.1.0 \
numpy~=1.19.1 \
opencv-python-headless~=4.4.0.42 \
pillow~=7.2.0 \
numpy~=1.19.2 \
opencv-python-headless~=4.4.0.44 \
pillow~=8.0.0 \
psutil~=5.7.2 \
pylzma~=0.5.0 \
pyopenssl~=19.1.0 \