smscalls: add REQUIRES block to install lxml
This commit is contained in:
parent
43cfb2742f
commit
014494059d
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue