...
This commit is contained in:
23
pythonsetup/pyproject.toml
Normal file
23
pythonsetup/pyproject.toml
Normal 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"
|
||||
]
|
Reference in New Issue
Block a user