mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Add python-magic library to ui requirements
This commit is contained in:
parent
1000f5a4d5
commit
0de28127d7
2 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ Flask_WTF==1.2.1
|
|||
gunicorn[gthread]==21.2.0
|
||||
importlib-metadata==7.0.2
|
||||
pyotp==2.9.0
|
||||
python-magic==0.4.27
|
||||
python_dateutil==2.9.0.post0
|
||||
qrcode==7.4.2
|
||||
regex==2023.12.25
|
||||
|
|
|
|||
|
|
@ -161,6 +161,10 @@ python-dateutil==2.9.0.post0 \
|
|||
--hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
|
||||
--hash=sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427
|
||||
# via -r requirements.in
|
||||
python-magic==0.4.27 \
|
||||
--hash=sha256:c1ba14b08e4a5f5c31a302b7721239695b2f0f058d125bd5ce1ee36b9d9d3c3b \
|
||||
--hash=sha256:c212960ad306f700aa0d01e5d7a325d20548ff97eb9920dcd29513174f0294d3
|
||||
# via -r requirements.in
|
||||
qrcode==7.4.2 \
|
||||
--hash=sha256:581dca7a029bcb2deef5d01068e39093e80ef00b4a61098a2182eac59d01643a \
|
||||
--hash=sha256:9dd969454827e127dbd93696b20747239e6d540e082937c90f14ac95b30f5845
|
||||
|
|
|
|||
Loading…
Reference in a new issue