# Core dependency - install from PyPI
mattstash>=0.1.2

# FastAPI and server
fastapi>=0.109,<1.0
uvicorn[standard]>=0.27,<1.0
python-multipart>=0.0.6

# Security & middleware
slowapi>=0.1.8

# Development dependencies (optional)
# pytest>=7.4,<8.0
# httpx>=0.25  # For testing FastAPI
