--- a/requirements.txt	2025-06-05 07:47:31.521521568 +0200
+++ b/requirements.txt	2025-06-05 07:47:44.521583250 +0200
@@ -1,10 +1,10 @@
 beautifulsoup4==4.5.1
 decorator==4.0.10
 kitchen==1.2.4
-mailcap-fix==0.1.3
+standard-mailcap=3.13.0
 requests==2.11.0
 six==1.10.0
 pytest==3.2.3
 vcrpy==1.10.5
 pylint==1.6.5
-pytest-xdist==1.22.5
\ No newline at end of file
+pytest-xdist==1.22.5
--- a/setup.py	2025-06-05 07:47:31.531521614 +0200
+++ b/setup.py	2025-06-05 07:47:44.521583250 +0200
@@ -11,6 +11,7 @@
     'kitchen',
     'requests >=2.4.0',  # https://github.com/michael-lazar/rtv/issues/325
     'six',
+    'standard-mailcap', # https://github.com/youknowone/python-deadlib
 ]
 
 tests_require = [
