Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
chinese-enthusiasts/chinese-idioms
chinese-enthusiasts
/
idiom-finder
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Mel Seto
commited on
Sep 25
Commit
993bc6a
·
1 Parent(s):
f797cdd
add makefile
Browse files
Files changed (1)
hide
show
Makefile
+5
-0
Makefile
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
.PHONY: reqs
2
+
3
+
# Export a clean requirements.txt from uv
4
+
reqs:
5
+
uv export --no-hashes --format requirements-txt > requirements.txt