Skip to content

Instantly share code, notes, and snippets.

@tomoyoirl
Last active August 6, 2019 18:26
Show Gist options
  • Save tomoyoirl/3596db7c5c987bb185143404f58b5183 to your computer and use it in GitHub Desktop.
Save tomoyoirl/3596db7c5c987bb185143404f58b5183 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "poetry-repro"
version = "0.1.0"
description = "reproduce a problem"
authors = ["Thomas Whaples <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.7"
django-crispy-forms = {git = "https://github.com/django-crispy-forms/django-crispy-forms.git", rev = "7d7fc345986bf00b7047181448af71eaec28ebcb"}
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment