Skip to content

Instantly share code, notes, and snippets.

@provinzkraut
Created November 2, 2021 11:13
[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
packages = [{include = "test"}]
[tool.poetry.dependencies]
python = "^3.10"
cryptography = "^3.4.7"
[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