diff --git a/pyproject.toml b/pyproject.toml index 38d69e7..c7db2c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,10 +11,9 @@ dependencies = [ "mwpersistence>=0.2.4", "mwreverts>=0.1.5", "mwtypes>=0.4.0", - "mwxml>=0.3.6", + "mwxml>=0.3.8", "pyarrow>=20.0.0", "sortedcontainers>=2.4.0", - "yamlconf>=0.2.6", ] # Two features carry dependencies that are awkward enough to install that they @@ -38,12 +37,6 @@ build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/wikiq"] -[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" } - [dependency-groups] dev = [ "ipython>=8.18.1",