Jofthomas HF Staff commited on
Commit
6e6b08f
·
verified ·
1 Parent(s): f0266b8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -3,6 +3,7 @@
3
  # For Twitch chat interaction
4
  twitchio>=2.0.0
5
  fastapi
 
6
  # For controlling OBS via websocket
7
  # Note: library might be imported as 'obswebsocket' in code
8
  obs-websocket-py>=0.6.0
 
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