First steps with the new registration app
This commit is contained in:
10
new-registration-app/pyproject.toml
Normal file
10
new-registration-app/pyproject.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[project]
|
||||
name = "new-registration-app"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"fastapi[standard]>=0.116.0",
|
||||
"sqlmodel>=0.0.24",
|
||||
]
|
||||
Reference in New Issue
Block a user