Files
rust-vmm-ci/codeowners/requirements.txt
T
Stefano Garzarella e34c504162 Add tool to detect inactive GitHub codeowners
Introduces a Python script that checks CODEOWNERS against GitHub activity
(reviews, PR/issue comments) over a configurable time period.

The script was initially included in
https://github.com/rust-vmm/community/pull/188

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
2025-11-18 08:15:37 +01:00

17 lines
353 B
Plaintext

# Python dependencies for rust-vmm-community scripts
# Install with: pip install -r requirements.txt
# check_inactive_codeowners.py dependencies
certifi==2025.10.5
cffi==2.0.0
charset-normalizer==3.4.3
cryptography==46.0.2
idna==3.11
pycparser==2.23
PyGithub==2.8.1
PyJWT==2.10.1
PyNaCl==1.6.0
requests==2.32.5
typing_extensions==4.15.0
urllib3==2.5.0