Skip to content

Instantly share code, notes, and snippets.

@gragib
Last active February 4, 2021 17:17
Show Gist options
  • Save gragib/3948b6417e60168e2de5eeb85ef006d2 to your computer and use it in GitHub Desktop.
Save gragib/3948b6417e60168e2de5eeb85ef006d2 to your computer and use it in GitHub Desktop.
ipython slash pyproject.toml
[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = ["None <none@example.com>"]
[tool.poetry.dependencies]
python = "^3.6"
ipython = [
{version = "*", python = "~3.6"},
{version = "^7.17", python = "^3.7"},
]
slash = {version = "^1.12" , markers = "implementation_name == 'cpython'"}
[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