Skip to content

Instantly share code, notes, and snippets.

@tdhopper
Created January 24, 2020 18:17
Show Gist options
  • Save tdhopper/edd314fc8a7f78f12f9f9c88469bbdd9 to your computer and use it in GitHub Desktop.
Save tdhopper/edd314fc8a7f78f12f9f9c88469bbdd9 to your computer and use it in GitHub Desktop.

Revisions

  1. tdhopper created this gist Jan 24, 2020.
    20 changes: 20 additions & 0 deletions pyproject.toml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    [tool.poetry]
    name = "poetry-test"
    version = "0.1.0"
    description = ""
    authors = ["Tim Hopper <>"]

    [tool.poetry.dependencies]
    python = "3.6"

    [tool.poetry.dev-dependencies]

    [[tool.poetry.source]]
    name = "datsci-pypi"
    url = "https://artifactory/api/pypi/datsci-pypi/simple"

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