Jofthomas commited on
Commit
adb0142
·
verified ·
1 Parent(s): 94a800d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -7
requirements.txt CHANGED
@@ -1,22 +1,15 @@
1
  # Core dependencies for the Twitch Bot Streamer
2
 
3
  # For Twitch chat interaction
4
- twitchio>=2.0.0
5
  fastapi
6
  uvicorn
7
- # For controlling OBS via websocket
8
- # Note: library might be imported as 'obswebsocket' in code
9
- obs-websocket-py>=0.6.0
10
 
11
  # For Pokemon battle logic and agent control
12
  poke-env==0.8.3
13
-
14
- # Async HTTP requests (often needed by libraries)
15
  httpx
16
 
17
  openai
18
  google-genai
19
  mistralai
20
- # Potentially needed by poke-env or other async libs
21
  websockets
22
  aiohttp
 
1
  # Core dependencies for the Twitch Bot Streamer
2
 
3
  # For Twitch chat interaction
 
4
  fastapi
5
  uvicorn
 
 
 
6
 
7
  # For Pokemon battle logic and agent control
8
  poke-env==0.8.3
 
 
9
  httpx
10
 
11
  openai
12
  google-genai
13
  mistralai
 
14
  websockets
15
  aiohttp