# Avatar Everywhere CLI - Python Dependencies
# Milestone 1: NFT Ownership Verification + Avatar Export to VRM

# Core CLI framework
typer>=0.12.0
rich==13.6.0
click==8.0.4

# 3D file processing
pygltflib==1.16.1
trimesh==4.0.5
numpy>=1.26.0
pillow>=10.0.0
typing-extensions>=4.8.0

# Development dependencies (optional)
# pytest>=7.4.3
# black>=23.9.1
# isort>=5.12.0
# mypy>=1.6.1
# memory-profiler>=0.61.0
# psutil>=5.9.0