# AI Video Assistant Requirements
# Dependencies for the AI-powered video processing assistant

# Required for AI-powered natural language interface
requests>=2.31.0

# Standard library modules used (built-in):
# - os, sys, subprocess, json, glob, datetime, getpass, pathlib

# Note: FFmpeg is required for video processing but must be installed separately
# Installation instructions: https://ffmpeg.org/download.html
# - glob (built-in)
# - json (built-in)
# - datetime (built-in)

# External dependencies (optional):
# FFmpeg is required for video operations but installed separately

# If you want to add more advanced features later, consider:
# opencv-python>=4.8.0
# pillow>=10.0.0
# numpy>=1.24.0