4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / pyproject.toml TOML
[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"