Skip to content

Instantly share code, notes, and snippets.

@kylebarron
Created November 4, 2020 19:49
Show Gist options
  • Select an option

  • Save kylebarron/7819f404c075ff1f1c1c7aa99d510def to your computer and use it in GitHub Desktop.

Select an option

Save kylebarron/7819f404c075ff1f1c1c7aa99d510def to your computer and use it in GitHub Desktop.
Example pyproject.toml for poetry issue "BadZipFile with public pypi package"
[tool.poetry]
name = "tmp"
version = "0.1.0"
description = ""
authors = ["Kyle Barron"]
[tool.poetry.dependencies]
python = "^3.7"
pyarrow = "^2.0.0"
[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