Skip to content

Instantly share code, notes, and snippets.

@pawelrubin
Created December 9, 2020 12:05
Show Gist options
  • Save pawelrubin/dc24fed9b4eb7e0fd80d5a7db873df0b to your computer and use it in GitHub Desktop.
Save pawelrubin/dc24fed9b4eb7e0fd80d5a7db873df0b to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "test_poetry"
version = "0.1.0"
description = ""
authors = ["Paweł Rubin <prubin@vewd.com>"]
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.dev-dependencies]
moto = "^1.3.16"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment