Skip to content

Commit

Permalink
Merge pull request #27 from ElNiak/development-formal-attacks
Browse files Browse the repository at this point in the history
add requrement
  • Loading branch information
ElNiak authored Jun 3, 2024
2 parents 5d79554 + 880d7e5 commit 0d50af6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-generate-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: "actions/checkout@v3"
- name: "Generate docs"
run: |
pip3 install setup.py
pip install -r requirements.txt
make gen-docs
mkdocs gh-deploy --force --clean
mv sources docs
Expand Down
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
docker
click
termcolor
terminal_banner
paramiko
mkgendocs == 0.9.2
mkdocs-material == 9.1.15
mkdocs == 1.5.0
PyYAML == 6.0.1

0 comments on commit 0d50af6

Please sign in to comment.