@ -83,7 +83,6 @@ poetry show flask # 查看 flask 直接依赖
- 如何清理未使用的依赖
```bash
poetry show --unused # 列出未直接使用的依赖
poetry remove package_name
```