mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-07 09:04:29 +00:00
Add pyyaml to project requirements
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user