Fixing requirements

This commit is contained in:
Tom Chapin 2024-02-03 15:05:34 -08:00
parent fae3a71bca
commit b76b66c733
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
pip install git+https://github.com/KillianLucas/open-interpreter.git
pip install redis
pip install fastapi
pip install uvicorn
open-interpreter==0.2.0
redis==5.0.1
fastapi==0.109.1
uvicorn==0.27.0.post1