Created
October 18, 2021 12:13
-
-
Save vlcinsky/feaf2ca68b4d90628cadfd4b4fd658d8 to your computer and use it in GitHub Desktop.
pyproject.toml generated by poetry v1.1.11 under python 3.10. Pytest version is obsolete (5.2 while v6.2.5 exists and works under python 3.10)
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 = "pytestver" | |
version = "0.1.0" | |
description = "" | |
authors = ["Jan Vlcinsky <[email protected]>"] | |
[tool.poetry.dependencies] | |
python = "^3.10" | |
[tool.poetry.dev-dependencies] | |
pytest = "^5.2" | |
[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