1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 11:36:45 +00:00
Files
dotdrop/requirements.txt
Guilherme I F L Weizenmann 55c5869c30 Update requirements.txt
Fix missing python magic dll on windows
2025-06-02 13:00:20 +02:00

11 lines
400 B
Plaintext
Vendored

Jinja2; python_version > '3.5'
docopt-ng; python_version > '3.5'
ruamel.yaml; python_version > '3.5'
python-magic; python_version > '3.5'
packaging; python_version > '3.5'
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'