Skip to content

Commit

Permalink
Merge pull request #125 from MaineC/main
Browse files Browse the repository at this point in the history
Documentation: Add required python version to docs and test deps.
  • Loading branch information
zkoppert authored Sep 20, 2023
2 parents 66e9f5b + a199684 commit f0e13c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ jobs:

## Local usage without Docker

1. Make sure you have at least Python3.11 installed
1. Copy `.env-example` to `.env`
1. Fill out the `.env` file with a _token_ from a user that has access to the organization to scan (listed below). Tokens should have admin:org or read:org access.
1. Fill out the `.env` file with the _search_query_ to filter issues by
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ github3.py==4.0.1
python-dotenv==1.0.0
pytz==2023.3.post1
Requests==2.31.0
pytest==7.4.2
pytest-cov==4.1.0

0 comments on commit f0e13c3

Please sign in to comment.