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