Specify pydle dep uniformly

This commit is contained in:
polyfloyd 2025-06-01 18:35:24 +02:00
parent ad92a8acbe
commit d112319dcb
2 changed files with 3 additions and 6 deletions

View file

@ -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" }