12 lines
186 B
TOML
12 lines
186 B
TOML
[project]
|
|
name = "usermanagementapi"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"fastapi",
|
|
"uvicorn[standard]",
|
|
"sqlalchemy",
|
|
"pytest",
|
|
"httpx",
|
|
]
|