Created
November 4, 2020 19:49
-
-
Save kylebarron/7819f404c075ff1f1c1c7aa99d510def to your computer and use it in GitHub Desktop.
Example pyproject.toml for poetry issue "BadZipFile with public pypi package"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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