pcpool/setup.json

8 lines
283 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "pcpool",
"version": "0.1.0",
"description": "算力中心算力池管理节点池CRUD、节点注册/注销、算力单元分配回收",
"packages": ["pcpool"],
"install_requires": ["apppublic", "sqlor", "ahserver", "appbase"],
"python_requires": ">=3.10"
}