Switch to project toml

This commit is contained in:
Jacob Windsor 2025-02-19 11:25:04 +01:00
parent 6f48968266
commit b9bad3d284
2 changed files with 13 additions and 1 deletions

View File

@ -1 +1 @@
# hiring-programmers # Hiring Pair Programming Excercise

12
backend/pyproject.toml Normal file
View File

@ -0,0 +1,12 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "axiomatic-backend"
version = "0.1.0"
dependencies = [
"fastapi",
"pydantic",
"uvicorn",
]