a digital entity named phi that roams bsky
at 49f49c82a8ec7072fcb1990fdcdd7d3ced538500 31 lines 529 B view raw
1[project] 2name = "bot" 3version = "0.1.0" 4description = "Add your description here" 5readme = "README.md" 6authors = [ 7 { name = "zzstoatzz", email = "thrast36@gmail.com" } 8] 9requires-python = ">=3.12" 10dependencies = [ 11 "fastapi", 12 "uvicorn", 13 "atproto", 14 "pydantic-settings", 15 "pydantic-ai", 16 "anthropic", 17 "httpx" 18] 19 20[tool.uv] 21dev-dependencies = [ 22 "pytest>=8.0.0", 23 "pytest-asyncio>=0.24.0", 24 "ruff>=0.8.0", 25 "ty", 26] 27 28 29[build-system] 30requires = ["hatchling"] 31build-backend = "hatchling.build"