11 lines
225 B
TOML
11 lines
225 B
TOML
[project]
|
|
name = "kanken_online"
|
|
version = "0.1.0"
|
|
description = "Online Kanken practice and information portal."
|
|
dependencies = [
|
|
"flask",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["flit_core<4"]
|
|
build-backend = "flit_core.buildapi" |