Skip to content

Instantly share code, notes, and snippets.

@whoizit
Created May 30, 2020 03:33
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 whoizit/f33595d793cc60dbf0f2fddd1c49b4ae to your computer and use it in GitHub Desktop.
Save whoizit/f33595d793cc60dbf0f2fddd1c49b4ae to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "test-poetry1"
version = "0.1.0"
description = ""
authors = ["whoizit <whoami@systemli.org>"]
[tool.poetry.dependencies]
python = "^3.8"
django = "^3.0.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