# CLI
click
omegaconf

# Supports recent typing
typing_extensions >= 4.2; python_version < "3.11"
cached_property; python_version < "3.9"

# Other
fasteners
pyyaml
psutil
pytools
tqdm
docstring_parser
termcolor >= 2.3.0
requests
sortedcontainers
pyparsing
# Parse size
humanfriendly
huggingface_hub ~= 0.11.1

# server
gevent
gevent-websocket
flask
flask-socketio

# parsing
Arpeggio >= 2.0

# Avoid version 0.10.4
watchdog > 2.0.0

# Configuration
marshmallow

# SSH support (fabric is built on Paramiko,
# and allows using OpenSSH config out of the box)
fabric
# Bug fix: required by fabric but not in reqs.
decorator

# Remote code execution
rpyc
