README.md
Rendering markdown...
[tool.poetry]
name = "runcoder"
version = "0.1.0"
description = ""
authors = ["Guilherme Torquato <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
httpx = {extras = ["http2"], version = "^0.27.0"}
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"