Update requirements.txt

This commit is contained in:
el Mau 2023-02-24 14:08:14 -06:00
commit ca9d7a02e3
2 changed files with 1 additions and 6 deletions

View File

@ -14,9 +14,4 @@ cryptography==3.4.8
xmlsec
segno
# pyqrcode
# pypng
# python-escpos
# pyusb
# pyserial
# qrcode

View File

@ -10843,7 +10843,7 @@ def get_title_app(by=1):
3: '<font color="#000000">{}</font>',
}
# ~ return html[by].format(TITLE_APP)
return html[by].format('Empresa Libre')
return html[by].format(f'Empresa Libre v{VERSION_EMPRESA_LIBRE}')
def test_correo(values):