Fixed requirements file

This commit is contained in:
Zohaib Rauf 2024-02-02 17:40:04 -08:00
parent 1d5951aa21
commit 2593ef83c3
3 changed files with 7 additions and 2 deletions

1
OS/01/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.env

View File

@ -1,4 +1,4 @@
from fastapi import FastAPI, Request
from fastapi import FastAPI, Request, WebSocket
import uvicorn
import redis

View File

@ -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