Switch to project toml
This commit is contained in:
@@ -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",
|
||||
]
|
||||
Reference in New Issue
Block a user