From 113bc2bc7510a0097bebbabea493c97c44d35f00 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Fri, 1 Aug 2025 09:12:19 +0800 Subject: [PATCH] fix: ensure consistent formatting in requirements.txt by removing redundant line Signed-off-by: zhenyus --- apps/devops/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/devops/requirements.txt b/apps/devops/requirements.txt index a83128e..f6f1fa8 100644 --- a/apps/devops/requirements.txt +++ b/apps/devops/requirements.txt @@ -12,5 +12,4 @@ pydantic-settings~=2.9.1 pymongo~=4.12.1 pydantic~=2.11.4 requests~=2.32.3 -aio-pika==9.4.3 -pytest-asyncio==0.24.0 \ No newline at end of file +aio-pika==9.4.3 \ No newline at end of file