Files
trc20wrapper/pyproject.toml
2025-07-09 15:56:17 +03:00

20 lines
370 B
TOML

[tool.poetry]
name = "trc20wrapper"
version = "0.1.0"
description = ""
authors = ["trojvn <mrx.trojan@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.13"
aiohttp = "^3.12.13"
[tool.poetry.group.dev.dependencies]
pytest = "^8.4.1"
pytest-asyncio = "^1.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"