Skip to content

Instantly share code, notes, and snippets.

@volkerjaenisch
Created March 16, 2021 22:44
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 volkerjaenisch/259be02cd765d89e8280e7e1b5a2d16e to your computer and use it in GitHub Desktop.
Save volkerjaenisch/259be02cd765d89e8280e7e1b5a2d16e to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "noplugin"
version = "0.1.0"
description = ""
authors = ["volker <volker.jaenisch@inqbus.de>"]
[tool.poetry.dependencies]
python = "^3.7"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.plugins."noplugin_group"]
no_plugin = "noplugin.nopluginlib:NoPlugin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment