15 lines
255 B
TOML
15 lines
255 B
TOML
[project]
|
|
name = "bincio-wiki"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"fastapi>=0.115.0",
|
|
"uvicorn[standard]>=0.30.0",
|
|
"pydantic>=2.0.0",
|
|
"bcrypt>=4.0.0",
|
|
"python-multipart>=0.0.27",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|