mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-05-06 05:25:31 -05:00
19 lines
341 B
Plaintext
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
|