hyfetch/tools/requirements.txt
2026-04-07 06:57:02 +00:00

19 lines
341 B
Plaintext

# Tools dependencies for HyFetch
# Install with: pip install -r tools/requirements.txt
# General utilities and API clients
requests
pyperclip
packaging
regex
ruamel.yaml
# GitHub management tools (accept_upstream.py, list_unresolved.py, gh_moderator.py)
PyGithub
hypy_utils
# AI Content Moderator (gh_moderator.py)
openai
fastapi
uvicorn