Created
September 23, 2021 13:58
-
-
Save frankier/0b5334d07df07e596bac7ad8dcda2fbb to your computer and use it in GitHub Desktop.
backports vendor import problem pyproject.toml
This file contains 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 = "testproj" | |
version = "0.1.0" | |
description = "" | |
authors = ["Frankie Robertson <[email protected]>"] | |
[tool.poetry.dependencies] | |
python = "^3.8" | |
"backports.csv" = "1.0.7" | |
[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