mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-17 06:20:27 +00:00
Stop reporting deprecated sqlite3.version
To be removed in Python 3.14. We still have sqlite3.sqlite_version.
This commit is contained in:
parent
cd259e6a76
commit
ce640dcc36
1 changed files with 0 additions and 1 deletions
|
|
@ -72,7 +72,6 @@ Modules = (
|
|||
("argcomplete", "Argcomplete", None),
|
||||
("GeoIP", "GeoIP", 'lib_version'), # on Unix systems
|
||||
("pygeoip", "GeoIP", 'lib_version'), # on Windows systems
|
||||
("sqlite3", "sqlite3", 'version'),
|
||||
("sqlite3", "SQLite", 'sqlite_version'),
|
||||
("meliae", "Meliae", '__version__'),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue