Extract links from articles
This commit is contained in:
parent
fe1db32c0e
commit
73064ea2b0
2 changed files with 14 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|||
name = "sift"
|
||||
version = "0.1.0"
|
||||
description = "Sift through wikipedia dumps and extract interesting info"
|
||||
dependencies = ["mwxml >= 0.3.3, < 0.4"]
|
||||
dependencies = ["mwxml >= 0.3.3, < 0.4", "wikitextparser >= 0.51.0, < 0.52"]
|
||||
|
||||
[project.scripts]
|
||||
sift = "sift:main"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue