fix: correct typo and remove duplicate dependency

- Fix typo: MindeSpider -> MindSpider in README.md
- Remove duplicate loguru entry in requirements.txt
This commit is contained in:
Yuhao MA
2025-11-03 16:01:26 -05:00
parent e1c201afc9
commit 11d8bda4c8
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ streamlit run SingleEngineApp/insight_engine_streamlit_app.py --server.port 8501
#### 5.3 爬虫系统单独使用 #### 5.3 爬虫系统单独使用
这部分有详细的配置文档:[MindeSpider使用说明](./MindSpider/README.md) 这部分有详细的配置文档:[MindSpider使用说明](./MindSpider/README.md)
<div align="center"> <div align="center">
<img src="MindSpider\img\example.png" alt="banner" width="600"> <img src="MindSpider\img\example.png" alt="banner" width="600">
-1
View File
@@ -73,4 +73,3 @@ flake8>=6.0.0
# ===== Web服务器 ===== # ===== Web服务器 =====
fastapi==0.110.2 fastapi==0.110.2
uvicorn==0.29.0 uvicorn==0.29.0
loguru