mirror of
https://codeberg.org/Freedium-cfd/web.git
synced 2026-03-11 09:04:37 +00:00
22 lines
403 B
TOML
22 lines
403 B
TOML
[project]
|
|
name = "freedium-library"
|
|
version = "0.1.0"
|
|
description = "Default template for PDM package"
|
|
authors = [
|
|
{name = "ZhymabekRoman", email = "robanokssamit@yandex.ru"},
|
|
]
|
|
dependencies = [
|
|
"litestar>=2.12.1",
|
|
]
|
|
requires-python = "==3.12.*"
|
|
readme = "README.md"
|
|
license = {text = "MIT"}
|
|
|
|
|
|
[tool.pdm]
|
|
distribution = false
|
|
|
|
[tool.pdm.dev-dependencies]
|
|
dev = [
|
|
"pytest-asyncio>=0.24.0",
|
|
]
|