Skip to content

Instantly share code, notes, and snippets.

@xelibrion
Created March 30, 2019 01:15
Show Gist options
  • Select an option

  • Save xelibrion/154868382d0147d903318dfa22c549c3 to your computer and use it in GitHub Desktop.

Select an option

Save xelibrion/154868382d0147d903318dfa22c549c3 to your computer and use it in GitHub Desktop.
Poetry empty project
[tool.poetry]
name = "poetry-test"
version = "0.1.0"
description = ""
authors = ["Dmitry Kryuchkov <xelibrion@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.6"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment