Browse Source

add dependency comment

Pi 1 year ago
parent
commit
9f55224a52
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mime-inject.py

+ 1 - 0
mime-inject.py

@@ -1,4 +1,5 @@
 #!/usr/bin/env python3
+# depends (debian) python3-lxml
 import sys
 import email
 from lxml import html as HTML