chore: remove pip support for api service (#5453)

Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Bowen Liang <liangbowen@gf.com.cn>
This commit is contained in:
takatost
2024-06-22 02:05:50 +08:00
committed by GitHub
parent 6a09409ec9
commit 9a5c423d59
5 changed files with 4 additions and 234 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
cd api && pip install -r requirements.txt
poetry install -C api