smscalls: add REQUIRES block to install lxml

This commit is contained in:
Sean Breckenridge 2021-05-07 16:25:17 -07:00 committed by karlicoss
parent 43cfb2742f
commit 014494059d

View file

@ -3,6 +3,8 @@ Phone calls and SMS messages
Exported using https://play.google.com/store/apps/details?id=com.riteshsahu.SMSBackupRestore&hl=en_US
"""
REQUIRES = ['lxml']
from .core import PathIsh, dataclass
from my.config import smscalls as user_config