Skip to content

Instantly share code, notes, and snippets.

@ewen-lbh
Last active October 29, 2020 22:27
Show Gist options
  • Save ewen-lbh/1b545155a2083e561ab70b7a298f685f to your computer and use it in GitHub Desktop.
Save ewen-lbh/1b545155a2083e561ab70b7a298f685f to your computer and use it in GitHub Desktop.
pyproject.toml contents for python-poetry/poetry#3307
[tool.poetry]
name = "translator"
version = "0.1.0"
description = ""
authors = ["Ewen Le Bihan <hey@ewen.works>"]
[tool.poetry.dependencies]
python = "^3.8"
beautifulsoup4 = "^4.9.3"
[tool.poetry.dev-dependencies]
[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