[build-system] requires = ["setuptools>=68"] build-backend = "setuptools.backends.legacy:build" [project] name = "ytveille-backend" version = "1.0.0" requires-python = ">=3.12" dependencies = [ "fastapi>=0.110.0", "uvicorn[standard]>=0.29.0", "httpx>=0.27.0", "pydantic>=2.6.0", "apscheduler>=3.10.4", ] [project.optional-dependencies] dev = [ "pytest>=8.0.0", "pytest-asyncio>=0.23.0", "httpx>=0.27.0", ] [tool.setuptools.packages.find] where = ["."] [tool.pytest.ini_options] testpaths = ["scoring/tests"] python_files = ["test_*.py"]