Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pydub==0.25.1 # Sound playback and effects
websockets==13.1 # WebSocket server for OBS/browser
irc==20.5.0 # IRC client for Twitch chat
aiohttp==3.14.0 # Async HTTP requests (used in commands or APIs)
aiohttp==3.14.1 # Async HTTP requests (used in commands or APIs)
google-api-python-client==2.173.0 # YouTube API support (Google API Client)
google-auth==2.40.3 # OAuth2 credentials for YouTube authenticated client
requests==2.33.0 # HTTP requests (used for JokeAPI or Twitch)
Expand Down
Loading