Update application
Browse files
Makefile
CHANGED
@@ -29,5 +29,5 @@ deploy: ## 部署到 Hugging Face Spaces
|
|
29 |
git commit -m "Update application"
|
30 |
git push
|
31 |
|
32 |
-
|
33 |
uv export --no-dev > requirements.txt
|
|
|
29 |
git commit -m "Update application"
|
30 |
git push
|
31 |
|
32 |
+
req: ## 更新 requirements.txt
|
33 |
uv export --no-dev > requirements.txt
|