Skip to content

Instantly share code, notes, and snippets.

@sg-s
Created January 29, 2024 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sg-s/02364d2e1169bc3d9498040d206e1a95 to your computer and use it in GitHub Desktop.
Save sg-s/02364d2e1169bc3d9498040d206e1a95 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = ["Srinivas Gorur-Shandilya <code@srinivas.gs>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment