Files
picard/requirements.txt
Philipp Wolfer e1545bffca PICARD-1992: On Windows use win32api.GetLongPathNameW to get actual file name
Use win32api.GetLongPathNameW on Windows to get the actual file name with the casing as on disk.
2020-10-31 11:52:48 +01:00

8 lines
185 B
Plaintext

python-dateutil>=2.7.3
discid
markdown
mutagen>=1.37
pyobjc-core; sys_platform == 'darwin'
pyobjc-framework-Cocoa; sys_platform == 'darwin'
PyQt5>=5.7.1
pywin32; sys_platform == 'win32'