Yuhao MA

fix: correct typo and remove duplicate dependency

- Fix typo: MindeSpider -> MindSpider in README.md
- Remove duplicate loguru entry in requirements.txt
@@ -307,7 +307,7 @@ streamlit run SingleEngineApp/insight_engine_streamlit_app.py --server.port 8501 @@ -307,7 +307,7 @@ streamlit run SingleEngineApp/insight_engine_streamlit_app.py --server.port 8501
307 307
308 #### 5.3 爬虫系统单独使用 308 #### 5.3 爬虫系统单独使用
309 309
310 -这部分有详细的配置文档:[MindeSpider使用说明](./MindSpider/README.md) 310 +这部分有详细的配置文档:[MindSpider使用说明](./MindSpider/README.md)
311 311
312 <div align="center"> 312 <div align="center">
313 <img src="MindSpider\img\example.png" alt="banner" width="600"> 313 <img src="MindSpider\img\example.png" alt="banner" width="600">
@@ -73,4 +73,3 @@ flake8>=6.0.0 @@ -73,4 +73,3 @@ flake8>=6.0.0
73 # ===== Web服务器 ===== 73 # ===== Web服务器 =====
74 fastapi==0.110.2 74 fastapi==0.110.2
75 uvicorn==0.29.0 75 uvicorn==0.29.0
76 -loguru