Skip to content

Instantly share code, notes, and snippets.

@ksamuel
Created May 31, 2022 18:56
Show Gist options
  • Save ksamuel/830d3c5b5811e478f3eb2006b4db748d to your computer and use it in GitHub Desktop.
Save ksamuel/830d3c5b5811e478f3eb2006b4db748d to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "fdsq"
version = "0.1.0"
description = "fdsq"
authors = ["fdsqfsq"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.10"
[tool.poetry.dev-dependencies]
doit = "^0.36.0"
poetry = "^1.1.13"
[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