2023-10-17 13:44:47 +02:00
|
|
|
Index: picard-release-2.10/requirements.txt
|
|
|
|
===================================================================
|
|
|
|
--- picard-release-2.10.orig/requirements.txt
|
|
|
|
+++ picard-release-2.10/requirements.txt
|
2023-06-20 16:27:26 +02:00
|
|
|
@@ -1,12 +1,8 @@
|
|
|
|
-discid~=1.0
|
|
|
|
-fasteners~=0.14
|
2023-10-17 13:44:47 +02:00
|
|
|
-Markdown~=3.2
|
2023-06-20 16:27:26 +02:00
|
|
|
-mutagen~=1.37
|
|
|
|
-PyJWT~=2.0
|
|
|
|
-pyobjc-core>=6.2, <10; sys_platform == 'darwin'
|
|
|
|
-pyobjc-framework-Cocoa>=6.2, <10; sys_platform == 'darwin'
|
|
|
|
-PyQt5-sip<=12.9.1; python_version < '3.7'
|
2023-10-17 13:44:47 +02:00
|
|
|
-PyQt5~=5.11
|
|
|
|
-python-dateutil~=2.7
|
2023-06-20 16:27:26 +02:00
|
|
|
-pywin32; sys_platform == 'win32'
|
|
|
|
+discid>=1.0
|
|
|
|
+fasteners>=0.14
|
2023-10-17 13:44:47 +02:00
|
|
|
+Markdown>=3.2
|
2023-06-20 16:27:26 +02:00
|
|
|
+mutagen>=1.37
|
|
|
|
+PyJWT>=2.0
|
|
|
|
+PyQt5>=5.11
|
2023-10-17 13:44:47 +02:00
|
|
|
+python-dateutil>=2.7
|
|
|
|
PyYAML>=5.1, <7
|