# Napkin AI API Playground - Requirements # Python 3.10+ required # Generated from pyproject.toml # Core Dependencies httpx>=0.25.0 pydantic>=2.0 pydantic-settings>=2.0 typer[all]>=0.9.0 rich>=13.0 python-dotenv>=1.0 tenacity>=8.2 aiofiles>=23.0 # Development Dependencies (optional) # Uncomment if you want to contribute to development # pytest>=7.4 # pytest-asyncio>=0.21 # pytest-cov>=4.1 # ruff>=0.1.0 # mypy>=1.7 # pre-commit>=3.5