Skip to content

Instantly share code, notes, and snippets.

@a-recknagel
Created October 1, 2020 13:11
Show Gist options
  • Save a-recknagel/6945eb509c461cffdf7bd3997ffbdf40 to your computer and use it in GitHub Desktop.
Save a-recknagel/6945eb509c461cffdf7bd3997ffbdf40 to your computer and use it in GitHub Desktop.
pyproject file to reproduce faulty export lockfiles
[tool.poetry]
name = "foo"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.8"
fastapi = "^0.60"
[tool.poetry.dev-dependencies]
fastapi = {version = "^0.60", extras = ["all"]}
[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