From caefb349dd026fecf868c7cee82b26932c9a9e26 Mon Sep 17 00:00:00 2001 From: Iam54r1n4 Date: Thu, 23 Jan 2025 13:37:27 +0330 Subject: [PATCH] Remove webpanel directory requirements.txt file and put it in the main requirements.txt file --- core/scripts/webpanel/requirements.txt | 16 ---------------- requirements.txt | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 16 deletions(-) delete mode 100644 core/scripts/webpanel/requirements.txt diff --git a/core/scripts/webpanel/requirements.txt b/core/scripts/webpanel/requirements.txt deleted file mode 100644 index 8f3b631..0000000 --- a/core/scripts/webpanel/requirements.txt +++ /dev/null @@ -1,16 +0,0 @@ -annotated-types==0.7.0 -anyio==4.8.0 -click==8.1.8 -fastapi==0.115.6 -h11==0.14.0 -idna==3.10 -itsdangerous==2.2.0 -Jinja2==3.1.5 -MarkupSafe==3.0.2 -pydantic==2.10.5 -pydantic_core==2.27.2 -python-multipart==0.0.20 -sniffio==1.3.1 -starlette==0.41.3 -typing_extensions==4.12.2 -uvicorn==0.34.0 diff --git a/requirements.txt b/requirements.txt index cfec43e..c698bea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,3 +20,18 @@ requests==2.32.3 typing_extensions==4.12.2 urllib3==2.3.0 yarl==1.18.3 + +# webpanel +annotated-types==0.7.0 +anyio==4.8.0 +fastapi==0.115.6 +h11==0.14.0 +itsdangerous==2.2.0 +Jinja2==3.1.5 +MarkupSafe==3.0.2 +pydantic==2.10.5 +pydantic_core==2.27.2 +python-multipart==0.0.20 +sniffio==1.3.1 +starlette==0.41.3 +uvicorn==0.34.0