saattrupdan commited on
Commit
f2e50bb
·
1 Parent(s): a013ca7

chore: Add makefile

Browse files
Files changed (1) hide show
  1. makefile +3 -0
makefile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ requirements:
2
+ @uv export --no-hashes > requirements.txt
3
+ @echo "Exported requirements to requirements.txt"