Skip to content

Instantly share code, notes, and snippets.

@rooterkyberian
Created October 17, 2018 21:07
Show Gist options
  • Save rooterkyberian/230f1d60074192396891509e51b09c91 to your computer and use it in GitHub Desktop.
Save rooterkyberian/230f1d60074192396891509e51b09c91 to your computer and use it in GitHub Desktop.
poetry 0.12 'NoneType' object has no attribute 'lower'
[tool.poetry]
name = "test_poetry"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "*"
[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