Skip to content

Instantly share code, notes, and snippets.

@JBKahn
Created January 9, 2020 13:42
Show Gist options
  • Save JBKahn/554f8be995d1b19e39f579c26223095b to your computer and use it in GitHub Desktop.
Save JBKahn/554f8be995d1b19e39f579c26223095b to your computer and use it in GitHub Desktop.
Poetry flower issue
[tool.poetry]
name = "demo"
version = "0.1.0"
description = ""
authors = ["Joseph Kahn <email@email.com>"]
[tool.poetry.dependencies]
flower = "==0.9.3"
[build-system]
requires = ["poetry>=1.0.0"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment