Specify pydle dep uniformly
This commit is contained in:
parent
ad92a8acbe
commit
d112319dcb
2 changed files with 3 additions and 6 deletions
|
@ -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" }
|
||||
|
|
4
uv.lock
generated
4
uv.lock
generated
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue