[project]
name = "test-project"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"requests>=2.32.4",
]
# This is needed in order to get pyright LSP to work
[tool.pyright]
pythonVersion = "3.12"