diff --git a/README.md b/README.md index 49f4d82..ef2ebe6 100644 --- a/README.md +++ b/README.md @@ -307,7 +307,7 @@ streamlit run SingleEngineApp/insight_engine_streamlit_app.py --server.port 8501 #### 5.3 爬虫系统单独使用 -这部分有详细的配置文档:[MindeSpider使用说明](./MindSpider/README.md) +这部分有详细的配置文档:[MindSpider使用说明](./MindSpider/README.md)
diff --git a/requirements.txt b/requirements.txt
index edd7a40..90665d4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -72,5 +72,4 @@ flake8>=6.0.0
# ===== Web服务器 =====
fastapi==0.110.2
-uvicorn==0.29.0
-loguru
\ No newline at end of file
+uvicorn==0.29.0
\ No newline at end of file