Framework setup
This commit is contained in:
20
pyproject.toml
Normal file
20
pyproject.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[project]
|
||||
name = "allmende-payment-system"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
{ name = "Niklas Meinzer", email = "mail@niklas-meinzer.de" }
|
||||
]
|
||||
requires-python = ">=3.13,<3.14"
|
||||
dependencies = [
|
||||
"fastapi[standard]>=0.119.0",
|
||||
"sqlalchemy>=2.0.44",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
allmende-payment-system = "allmende_payment_system:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["uv_build>=0.9.2,<0.10.0"]
|
||||
build-backend = "uv_build"
|
||||
Reference in New Issue
Block a user