[project] name = "rule-engine" version = "0.1.0" description = "AI-powered rule engine with natural language to code conversion" requires-python = ">=3.10" dependencies = [ "fastapi>=0.100.0", "uvicorn>=0.23.0", "pydantic>=2.0.0", "aiosqlite>=0.19.0", "openai>=1.0.0", "anthropic>=0.20.0", "restrictedpython>=7.0.0", "pytest>=7.4.0", "pytest-asyncio>=0.21.0", "httpx>=0.25.0", "ruff>=0.1.0", "mypy>=1.7.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"] [tool.ruff] src = ["src"] [tool.mypy] src = ["src"]