update deps and add edit_summary to wikiq output.

This commit is contained in:
Nathan TeBlunthuis
2025-05-29 18:02:14 -07:00
parent 22d14dc5f2
commit bd22d26291
2 changed files with 10 additions and 7 deletions

View File

@@ -14,12 +14,11 @@ dependencies = [
"yamlconf",
]
# [tool.uv.sources]
# yamlconf = { git = "https://github.com/groceryheist/yamlconf" }
# mwxml = { git = "https://github.com/groceryheist/python-mwxml" }
[tool.uv.sources]
yamlconf = { git = "https://github.com/groceryheist/yamlconf" }
mwxml = { git = "https://github.com/groceryheist/python-mwxml" }
[dependency-groups]
dev = [
"pandas>=2.1.0",
"pytest>=8.3.5",
"pandas>=2.1.0"
]