mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
6 lines
195 B
Python
6 lines
195 B
Python
from electrum.i18n import _
|
|
|
|
fullname = 'Plot History'
|
|
description = _("Ability to plot transaction history in graphical mode.")
|
|
requires = [('matplotlib', 'matplotlib')]
|
|
available_for = ['qt']
|