Switch to project toml
This commit is contained in:
parent
6f48968266
commit
b9bad3d284
12
backend/pyproject.toml
Normal file
12
backend/pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
x
Reference in New Issue
Block a user