]> code.communitydata.science - mediawiki_dump_tools.git/blob - pyproject.toml
adding pyproject.toml
[mediawiki_dump_tools.git] / pyproject.toml
1 [project]
2 name = "mediawiki-dump-tools"
3 version = "0.1.0"
4 description = "Add your description here"
5 readme = "README.md"
6 requires-python = ">=3.11"
7 dependencies = [
8     "deltas>=0.7.0",
9     "mw>=0.4.0",
10     "mwpersistence>=0.2.4",
11     "mwreverts>=0.1.5",
12     "mwxml>=0.3.6",
13     "pyarrow>=20.0.0",
14     "yamlconf",
15 ]
16
17 [tool.uv.sources]
18 yamlconf = { git = "https://github.com/groceryheist/yamlconf" }
19
20 [dependency-groups]
21 dev = [
22     "pandas>=2.1.0",
23     "pytest>=8.3.5",
24 ]

Community Data Science Collective || Want to submit a patch?