Skip to content

Instantly share code, notes, and snippets.

@nishantjr
Created November 21, 2023 18:32
Show Gist options
  • Save nishantjr/64adb1088ddc8f41e9cb391836034f12 to your computer and use it in GitHub Desktop.
Save nishantjr/64adb1088ddc8f41e9cb391836034f12 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "poetry-test"
version = "0.1.0"
description = ""
authors = ["Nishant Rodrigues <nishantjr@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
[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