This commit is contained in:
2025-08-20 04:32:30 +02:00
parent e4bb201181
commit c9a45d3435
19 changed files with 385 additions and 99 deletions

View File

@@ -0,0 +1,23 @@
[project]
name = "KnowledgeCenter"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"beautifulsoup4>=4.13.4",
"flask>=2.3.3",
"markdown>=3.5.1",
"Werkzeug>=3.1.3",
"peewee>=3.17.0",
"pygments>=2.16.1",
"toml",
"flask_socketio",
"eventlet",
"fastapi>=0.104.0",
"uvicorn>=0.24.0",
"python-multipart>=0.0.6",
"requests>=2.31.0",
"herolib @ git+https://git.ourworld.tf/herocode/herolib_python.git",
"pudb",
"ipython"
]