mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 07:05:36 +01:00
Use mongodb for twitch tokens
This commit is contained in:
@@ -9,13 +9,14 @@ packages = [{include = "discord_bot"}]
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
discord-py = "^2.4.0"
|
||||
twitchapi = "^4.2.1"
|
||||
pydantic = "^2.8.2"
|
||||
pydantic-settings = "^2.4.0"
|
||||
twitchapi = "^4.3.1"
|
||||
pydantic = "^2.9.2"
|
||||
pydantic-settings = "^2.6.1"
|
||||
aiofiles = "^24.1.0"
|
||||
httpx = "^0.27.0"
|
||||
icalendar = "^5.0.13"
|
||||
pytz = "^2024.1"
|
||||
httpx = "^0.27.2"
|
||||
icalendar = "^6.0.1"
|
||||
pytz = "^2024.2"
|
||||
mongojet = "^0.2.4"
|
||||
|
||||
|
||||
[build-system]
|
||||
|
||||
Reference in New Issue
Block a user