Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 11, 2023
1 parent bf04061 commit 3c82f56
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reviewer-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
pull_request:

jobs:
check-links:
create-reviewer-stats:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion make_help_scripts/create_reviewer_stats.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import requests
import csv
from datetime import datetime, timedelta

def get_reviewers_stats(owner, repos, branches, earliest_date="0000-00-00T00:00:00Z"):
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ sphinx-multiversion
sphinx_rtd_theme
sphinx-tabs==3.4.1
requests
csv
datetime

0 comments on commit 3c82f56

Please sign in to comment.