initial commit

This commit is contained in:
2025-07-09 15:56:17 +03:00
commit 02fca8f958
9 changed files with 1019 additions and 0 deletions

19
pyproject.toml Normal file
View File

@ -0,0 +1,19 @@
[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"