24 lines
534 B
TOML
24 lines
534 B
TOML
[project]
|
|
name = "KnowledgeCenter"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
requires-python = ">=3.12"
|
|
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"
|
|
]
|