From 343f6a13fde645b5d4b9ab83d8bc3ac01a3dbd9e Mon Sep 17 00:00:00 2001 From: "kyj@bowong.ai" Date: Wed, 11 Jun 2025 16:00:26 +0800 Subject: [PATCH] =?UTF-8?q?PERF=20=E6=9B=B4=E6=96=B0requirements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nodes/compute_video_point.py | 1 - requirements.txt | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nodes/compute_video_point.py b/nodes/compute_video_point.py index 57dadde..c9cbd66 100644 --- a/nodes/compute_video_point.py +++ b/nodes/compute_video_point.py @@ -1,6 +1,5 @@ import re from datetime import datetime -from math import ceil import loguru diff --git a/requirements.txt b/requirements.txt index a6cfdfb..7fa82d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,6 @@ ultralytics cos-python-sdk-v5 sqlalchemy tencentcloud-sdk-python -boto3 \ No newline at end of file +boto3 +loguru +pyYAML \ No newline at end of file