Skip to content

Instantly share code, notes, and snippets.

@adithyabsk
Created November 3, 2020 10:54
Show Gist options
  • Select an option

  • Save adithyabsk/8926f8331cb5fc33c43e965dc7adc5df to your computer and use it in GitHub Desktop.

Select an option

Save adithyabsk/8926f8331cb5fc33c43e965dc7adc5df to your computer and use it in GitHub Desktop.

Revisions

  1. adithyabsk created this gist Nov 3, 2020.
    12 changes: 12 additions & 0 deletions pyproject.toml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    [tool.poetry]
    name = "test"
    version = "0.1.0"
    description = ""
    authors = ["First Last"]

    [tool.poetry.dependencies]
    python = "^3.9"

    [build-system]
    requires = ["poetry-core>=1.0.0"]
    build-backend = "poetry.core.masonry.api"