Skip to content

Commit

Permalink
Moved python dependencies to requirements.txt with specific versions
Browse files Browse the repository at this point in the history
  • Loading branch information
guruor committed Aug 10, 2024
1 parent 47b6d01 commit 21abd03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"type": "module",
"scripts": {
"preinstall": "echo 'Installing RenderCV Dependencies...' && pip install jsonresume_to_rendercv rendercv",
"preinstall": "echo 'Installing RenderCV Dependencies...' && pip install -r requirements.txt",
"to_json": "node index.js --json",
"to_html": "node index.js --html",
"to_pdf": "node index.js --pdf",
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jsonresume_to_rendercv==0.1.0
rendercv==1.13

0 comments on commit 21abd03

Please sign in to comment.