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:
Michael Serajnik 2020-04-16 20:58:59 +02:00
parent dd9824526e
commit f6a58d6bf1
No known key found for this signature in database
GPG key ID: B390A5CBA3ECB74D
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
## [3.26.0] - 2020-03-17

View file

@ -25,20 +25,20 @@ RUN \
virtualenv venv && \
. venv/bin/activate && \
pip install \
beautifulsoup4~=4.8.2 \
beautifulsoup4~=4.9.0 \
chardet~=3.0.4 \
lz4~=3.0.2 \
numpy~=1.18.2 \
opencv-python-headless~=4.2.0.32 \
pillow~=7.0.0 \
opencv-python-headless~=4.2.0.34 \
pillow~=7.1.1 \
psutil~=5.7.0 \
pylzma~=0.5.0 \
pyopenssl~=19.1.0 \
pyyaml~=5.3 \
pyyaml~=5.3.1 \
requests~=2.23.0 \
send2trash~=1.5.0 \
service_identity~=18.1.0 \
twisted~=19.10.0 && \
twisted~=20.3.0 && \
rm -r ~/.cache && \
apt-get remove build-essential --purge -y && \
apt-get clean && apt-get autoremove --purge -y && \