diff --git a/pyproject.toml b/pyproject.toml index a2848ad..d9e9c20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,11 +12,10 @@ 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", "pywikidiff2 @ git+https://gitea.communitydata.science/groceryheist/pywikidiff2.git", "sortedcontainers>=2.4.0", - "yamlconf>=0.2.6", ] [project.scripts] @@ -32,12 +31,6 @@ 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" } - [dependency-groups] dev = [ "ipython>=8.18.1",