mirror of
https://github.com/tiyn/container-critique.git
synced 2026-05-23 00:51:35 +02:00
1.0.0: Edit functionality added
This commit is contained in:
11
pyproject.toml
Normal file
11
pyproject.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[project]
|
||||
name = "container-critique"
|
||||
version = "1.0.0"
|
||||
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",
|
||||
]
|
||||
Reference in New Issue
Block a user