* display date on event page * Filter existing subscriptions for new subscriptions dropdown * Add Typeahead for Team registration
19 lines
362 B
TOML
19 lines
362 B
TOML
[project]
|
|
name = "new-registration-app"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = "~=3.13.0"
|
|
dependencies = [
|
|
"fastapi[standard]>=0.116.0",
|
|
"sqlmodel>=0.0.24",
|
|
"uvicorn[standard]>=0.35.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"black>=25.1.0",
|
|
"isort>=6.0.1",
|
|
]
|
|
[tool.isort]
|
|
profile = "black" |