(feat) initial working state
This commit is contained in:
9
pyproject.toml
Normal file
9
pyproject.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[project]
|
||||
name = "challenge-cloud-accelerator"
|
||||
version = "0.1.0"
|
||||
description = "Simple Coding Challenge Cloud Accelerator Programm for StackIT"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"fastapi[standard]>=0.116.1",
|
||||
]
|
||||
Reference in New Issue
Block a user