1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

Update requirements.txt

Fix missing python magic dll on windows
This commit is contained in:
Guilherme I F L Weizenmann
2025-05-31 22:07:20 -03:00
committed by deadc0de
parent 1bd00b33a7
commit 55c5869c30

1
requirements.txt vendored
View File

@@ -7,3 +7,4 @@ requests; python_version > '3.5'
tomli; python_version > '3.5' and python_version < '3.11'
tomli_w; python_version > '3.5'
distro; python_version > '3.5'
python-magic-bin; python_version > '3.5' and platform_system == 'Windows'