File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ you can download a specific version back to 2.6.0 from October 1, 2005.
1616The ` full ` branch, which is checked out by default, provides some additions:
1717
1818* real Unicode support
19+ * MFA with time-based one-time passwords (codes from Authenticator App)
1920* extended keyboard shortcuts ([ docs] ( doc/shortcuts.md ) )
2021* spreadsheet downloads
2122* recently used objects
@@ -44,6 +45,19 @@ different distribution, either follow the [instructions from
4445DWS] ( https://sql-ledger.com/cgi-bin/nav.pl?page=source/readme.txt&title=README ) ,
4546or open an issue on GitHub.
4647
48+ The Perl modules required to run this application are:
49+
50+ | Module | Debian package |
51+ | ------------------------| -------------------------------|
52+ | Archive::Extract | libarchive-extract-perl |
53+ | Archive::Zip | libarchive-zip-perl |
54+ | DBD::Pg | libdbd-pg-perl |
55+ | Excel::Writer::XLSX | libexcel-writer-xlsx-perl |
56+ | IO::Socket::SSL | libio-socket-ssl-perl |
57+ | Mojolicious | libmojolicious-perl |
58+ | Spreadsheet::ParseXLSX | libspreadsheet-parsexlsx-perl |
59+ | Text::QRCode | libtext-qrcode-perl |
60+
4761# Encrypted Backups
4862
4963If [ GnuPG] ( https://gnupg.org/ ) is installed on your server, you can
You can’t perform that action at this time.
0 commit comments