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
commit 9a5c423d59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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