Files
aitbc/pyproject.toml

15 lines
305 B
TOML

[tool.poetry]
name = "aitbc"
version = "0.1.0"
description = "AI Agent Compute Network - Main Project"
authors = ["AITBC Team"]
[tool.poetry.dependencies]
python = "^3.13"
requests = "^2.33.0"
urllib3 = "^2.6.3"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"