Spaces:
Running
Running
Update requirements.txt
Browse files- 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
|