[project] name = "calcount-backend" version = "0.1.0" description = "CalCount backend — FastAPI + SQLite + OpenFoodFacts proxy" requires-python = ">=3.12" dependencies = [ "fastapi>=0.115,<1.0", "httpx>=0.27", "pydantic>=2.7,<3", "sqlalchemy>=2.0,<2.1", "uvicorn>=0.30", ] [dependency-groups] dev = [ "pytest>=8", ] [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["."]