diff --git a/pyproject.toml b/pyproject.toml index bc3e709..a2848ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "mwtypes>=0.4.0", "mwxml>=0.3.6", "pyarrow>=20.0.0", - "pywikidiff2", + "pywikidiff2 @ git+https://gitea.communitydata.science/groceryheist/pywikidiff2.git", "sortedcontainers>=2.4.0", "yamlconf>=0.2.6", ] @@ -29,12 +29,14 @@ build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/wikiq"] +[tool.hatch.metadata] +allow-direct-references = true + [tool.uv.sources] yamlconf = { git = "https://github.com/groceryheist/yamlconf" } mwxml = { git = "https://github.com/groceryheist/python-mwxml" } deltas = { git = "https://github.com/groceryheist/deltas" } -pywikidiff2 = { git = "ssh://gitea@gitea.communitydata.science:2200/groceryheist/pywikidiff2.git"} [dependency-groups] dev = [