Skip to content

Instantly share code, notes, and snippets.

@sify21
Last active April 15, 2021 09:17
Show Gist options
  • Save sify21/40580871361097a299eae1e95d219bc7 to your computer and use it in GitHub Desktop.
Save sify21/40580871361097a299eae1e95d219bc7 to your computer and use it in GitHub Desktop.
pyproject.toml
[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = ["sify21 <sify1221@gmail.com>"]
[tool.poetry.dependencies]
python = ">=3.6,<4.0"
jsonschema = "^3.2.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
autopep8 = "^1.5.6"
[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