Skip to content

Instantly share code, notes, and snippets.

@frafra
Created May 11, 2020 16:29
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 frafra/936b7fdc01e8547c4ea21a4d5e50f7c8 to your computer and use it in GitHub Desktop.
Save frafra/936b7fdc01e8547c4ea21a4d5e50f7c8 to your computer and use it in GitHub Desktop.
poetry-cookiecutter-bug
[tool.poetry]
name = "{{ cookiecutter.project_name }}"
version = "0.1.0"
description = ""
authors = ["Francesco Frassinelli <francesco.frassinelli@nina.no>"]
[tool.poetry.dependencies]
python = "^3.7"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
@frafra
Copy link
Author

frafra commented May 22, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment