12 lines
210 B
TOML
12 lines
210 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "axiomatic-backend"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"fastapi",
|
|
"pydantic",
|
|
"uvicorn",
|
|
] |