mirror of
https://github.com/tiyn/container-critique.git
synced 2026-05-22 16:41:35 +02:00
12 lines
223 B
TOML
12 lines
223 B
TOML
[project]
|
|
name = "container-critique"
|
|
version = "1.0.1"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"bleach>=6.3.0",
|
|
"flask-ckeditor>=1.0.0",
|
|
"flask-login>=0.6.3",
|
|
"flask-wtf>=1.3.0",
|
|
"whoosh>=2.7.4",
|
|
]
|