Skip to content

Instantly share code, notes, and snippets.

@robertodr
Created August 23, 2023 15:31
Show Gist options
  • Save robertodr/b59733b2c6f54740487eeb1cec3f8d5d to your computer and use it in GitHub Desktop.
Save robertodr/b59733b2c6f54740487eeb1cec3f8d5d to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "floof"
version = "0.3.0"
description = ""
authors = ["me"]
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
scalene = "^1.5.20"
[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