Mel Seto commited on
Commit
993bc6a
·
1 Parent(s): f797cdd

add makefile

Browse files
Files changed (1) hide show
  1. Makefile +5 -0
Makefile ADDED
@@ -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