...
This commit is contained in:
@@ -7,7 +7,7 @@ authors = [
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = ["peewee"]
|
||||
dependencies = ["peewee", "psutil>=5.9.0", "fastapi>=0.100.0", "uvicorn>=0.23.0", "toml>=0.10.2", "libtmux>=0.25.0"]
|
||||
|
||||
|
||||
[build-system]
|
||||
@@ -18,4 +18,4 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["herolib*"]
|
||||
include = ["herolib*"]
|
||||
|
Reference in New Issue
Block a user