Skip to content

Commit

Permalink
Move Python requirements to requirements.txt, pin versions of deps
Browse files Browse the repository at this point in the history
  • Loading branch information
m417z committed Jan 24, 2025
1 parent 4c7a5db commit d09492a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install markdown2 Pygments
pip install -r main/requirements.txt
- name: Generate docs
run: |
commit=$(git -C systeminformer rev-list HEAD -- phnt/include | head -n 1)
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
markdown2==2.5.3
pygments==2.19.1

0 comments on commit d09492a

Please sign in to comment.