diff --git a/annotation-queue/requirements.txt b/annotation-queue/requirements.txt index a1370c4..6b91b47 100644 --- a/annotation-queue/requirements.txt +++ b/annotation-queue/requirements.txt @@ -1,3 +1,3 @@ -yaml +pyyaml msgpack -rstream \ No newline at end of file +rstream diff --git a/annotation-queue/run.sh b/annotation-queue/run.sh index 2a74c26..9ce0fe3 100644 --- a/annotation-queue/run.sh +++ b/annotation-queue/run.sh @@ -4,4 +4,4 @@ fi venv/bin/python -m pip install --upgrade pip venv/bin/pip install -r requirements.txt -venv/bin/pip install --upgrade pyinstaller pyinstaller-hooks-contrib \ No newline at end of file +venv/bin/python annotation_queue_handler.py