Skip to content

Commit

Permalink
Update dependencies in requirements.txt and remove unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
icarosadero committed Apr 28, 2024
1 parent 86c2b00 commit 8e8c368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:

# ADJUST THIS: install all dependencies (including pdoc)
- run: pip install pdoc3
- run: pip uninstall urllib3 -y
- run: pip install -r requirements.txt
- run: sudo chmod 777 /var/log
# ADJUST THIS: build your documentation into docs/.
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ python_nmap==0.7.1
PyYAML==6.0.1
setuptools==45.2.0
tabulate==0.9.0
tailer==0.4.1
tailer
requests
tensorboardX==2.6.2.2

0 comments on commit 8e8c368

Please sign in to comment.