16 lines
319 B
TOML
16 lines
319 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"
|
|
idna = "^3.7"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|