diff --git a/pyproject.toml b/pyproject.toml index c31e86f..3753ebf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,6 @@ dependencies = [ "aiomqtt>=2.4.0", "discord-py>=2.5.2", "discord-webhook>=1.4.1", - "pydle[sasl]", "pytz>=2025.2", + "pydle[sasl]@git+https://github.com/polyfloyd/pydle@develop", ] - -[tool.uv.sources] -pydle = { git = "https://github.com/TheHolyRoger/pydle", branch = "fix-py10" } diff --git a/uv.lock b/uv.lock index dc7bd57..13456ee 100644 --- a/uv.lock +++ b/uv.lock @@ -227,7 +227,7 @@ requires-dist = [ { name = "aiomqtt", specifier = ">=2.4.0" }, { name = "discord-py", specifier = ">=2.5.2" }, { name = "discord-webhook", specifier = ">=1.4.1" }, - { name = "pydle", extras = ["sasl"], git = "https://github.com/TheHolyRoger/pydle?branch=fix-py10" }, + { name = "pydle", extras = ["sasl"], git = "https://github.com/polyfloyd/pydle?rev=develop" }, { name = "pytz", specifier = ">=2025.2" }, ] @@ -510,7 +510,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/83/b7/a0d688f86c869073c [[package]] name = "pydle" version = "1.0.1" -source = { git = "https://github.com/TheHolyRoger/pydle?branch=fix-py10#befd10fb340a1934fbdbc9c8ccaca68620cba0f6" } +source = { git = "https://github.com/polyfloyd/pydle?rev=develop#fe29948b9c3b75420e239efaaf84d92b7052259e" } [package.optional-dependencies] sasl = [