From fae3a71bcad649303b78dfec3ce7dae636891a47 Mon Sep 17 00:00:00 2001 From: killian <63927363+KillianLucas@users.noreply.github.com> Date: Fri, 2 Feb 2024 19:54:45 -0800 Subject: [PATCH] `requirements.txt` --- OS/01/core/start_core.py | 4 ---- OS/01/requirements.txt | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/OS/01/core/start_core.py b/OS/01/core/start_core.py index d2d5196..aed523f 100644 --- a/OS/01/core/start_core.py +++ b/OS/01/core/start_core.py @@ -1,7 +1,3 @@ -""" -Responsible for configuring an interpreter, then running core.py. -""" - from core import main from interpreter import interpreter import os diff --git a/OS/01/requirements.txt b/OS/01/requirements.txt index 9e99ba4..4a7cc7b 100644 --- a/OS/01/requirements.txt +++ b/OS/01/requirements.txt @@ -1 +1,4 @@ pip install git+https://github.com/KillianLucas/open-interpreter.git +pip install redis +pip install fastapi +pip install uvicorn