Fixed requirements file
This commit is contained in:
parent
1d5951aa21
commit
2593ef83c3
|
@ -0,0 +1 @@
|
||||||
|
.env
|
|
@ -1,4 +1,4 @@
|
||||||
from fastapi import FastAPI, Request
|
from fastapi import FastAPI, Request, WebSocket
|
||||||
import uvicorn
|
import uvicorn
|
||||||
import redis
|
import redis
|
||||||
|
|
||||||
|
|
|
@ -1 +1,5 @@
|
||||||
pip install git+https://github.com/KillianLucas/open-interpreter.git
|
git+https://github.com/KillianLucas/open-interpreter.git
|
||||||
|
redis==5.0.1
|
||||||
|
fastapi==0.109.0
|
||||||
|
uvicorn==0.27.0.post1
|
||||||
|
websockets==12.0
|
Loading…
Reference in New Issue