Skip to content

Instantly share code, notes, and snippets.

@vlcinsky
Created October 18, 2021 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vlcinsky/feaf2ca68b4d90628cadfd4b4fd658d8 to your computer and use it in GitHub Desktop.
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)
[tool.poetry]
name = "pytestver"
version = "0.1.0"
description = ""
authors = ["Jan Vlcinsky <jan.vlcinsky@tamtamresearch.com>"]
[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