Skip to content

Instantly share code, notes, and snippets.

@clintonroy
Created March 28, 2023 11:01
Show Gist options
  • Save clintonroy/867fe37398c9063a4ba0809b0dc1e9ef to your computer and use it in GitHub Desktop.
Save clintonroy/867fe37398c9063a4ba0809b0dc1e9ef to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "tester"
version = "0.1.0"
description = ""
authors = ["Clinton Roy <clintonr@ansto.gov.au>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment