Add pyyaml to project requirements

This commit is contained in:
Bob Swift
2021-05-07 16:16:38 -06:00
parent 01c6f196d5
commit ffadc6ea55
4 changed files with 6 additions and 2 deletions

View File

@@ -6,3 +6,4 @@ mutagen==1.45.1
pyobjc-core==6.2.2
pyobjc-framework-Cocoa==6.2.2
PyQt5==5.13.1
PyYAML==5.4.1

View File

@@ -6,3 +6,4 @@ mutagen==1.45.1
pyobjc-core==6.2.2
pyobjc-framework-Cocoa==6.2.2
PyQt5==5.15.4
PyYAML==5.4.1

View File

@@ -4,4 +4,5 @@ fasteners==0.16
markdown==3.3.4
mutagen==1.45.1
PyQt5==5.15.4
pywin32==300
pywin32==300
PyYAML==5.4.1

View File

@@ -6,4 +6,5 @@ mutagen>=1.37
pyobjc-core<7.0; sys_platform == 'darwin'
pyobjc-framework-Cocoa<7.0; sys_platform == 'darwin'
PyQt5>=5.10
pywin32; sys_platform == 'win32'
pywin32; sys_platform == 'win32'
PyYAML==5.4.1