Skip to content

Instantly share code, notes, and snippets.

@pszpetkowski
Created September 20, 2022 12:44
Show Gist options
  • Save pszpetkowski/f7fc2ababaf0580847b0286d20110f94 to your computer and use it in GitHub Desktop.
Save pszpetkowski/f7fc2ababaf0580847b0286d20110f94 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "project"
version = "0.1.0"
description = ""
authors = ["Test"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.10"
orjson = "3.8.0"
[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