Skip to content

Instantly share code, notes, and snippets.

View Jubijub's full-sized avatar

Julien Chappuis Jubijub

View GitHub Profile
@Jubijub
Jubijub / gist:0b2afa6fcb58f2d6995aab8f07504670
Created January 2, 2022 21:17
Default pyproject.totml
[tool.poetry]
name = "testPoetry"
version = "0.1.0"
description = ""
authors = ["Julien Chappuis <jubijub@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.10"
[tool.poetry.dev-dependencies]