mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
Update dependency captcha to v0.5.0
This commit is contained in:
parent
9b9daa7bfe
commit
44f4937544
|
@ -33,7 +33,7 @@ RUN python3 -m pip install --upgrade pip &&\
|
||||||
pip3 install --target /pip-deps --timeout=3600 --no-cache-dir \
|
pip3 install --target /pip-deps --timeout=3600 --no-cache-dir \
|
||||||
future==0.18.3 \
|
future==0.18.3 \
|
||||||
pillow==10.2.0 \
|
pillow==10.2.0 \
|
||||||
captcha==0.4 \
|
captcha==0.5.0 \
|
||||||
pyjwt==2.8.0 \
|
pyjwt==2.8.0 \
|
||||||
mysqlclient==2.1.1 \
|
mysqlclient==2.1.1 \
|
||||||
django==3.2.24 \
|
django==3.2.24 \
|
||||||
|
|
Loading…
Reference in a new issue