adding pyproject.toml
This commit is contained in:
parent
8c7d46472f
commit
15e9234903
24
pyproject.toml
Normal file
24
pyproject.toml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
[project]
|
||||||
|
name = "mediawiki-dump-tools"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = "Add your description here"
|
||||||
|
readme = "README.md"
|
||||||
|
requires-python = ">=3.11"
|
||||||
|
dependencies = [
|
||||||
|
"deltas>=0.7.0",
|
||||||
|
"mw>=0.4.0",
|
||||||
|
"mwpersistence>=0.2.4",
|
||||||
|
"mwreverts>=0.1.5",
|
||||||
|
"mwxml>=0.3.6",
|
||||||
|
"pyarrow>=20.0.0",
|
||||||
|
"yamlconf",
|
||||||
|
]
|
||||||
|
|
||||||
|
[tool.uv.sources]
|
||||||
|
yamlconf = { git = "https://github.com/groceryheist/yamlconf" }
|
||||||
|
|
||||||
|
[dependency-groups]
|
||||||
|
dev = [
|
||||||
|
"pandas>=2.1.0",
|
||||||
|
"pytest>=8.3.5",
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user