pip -> poetry

This commit is contained in:
Felipe M 2020-01-12 10:55:40 +01:00
parent a63e8d9976
commit dcde1ef4b1
Signed by: fmartingr
GPG key ID: 716BC147715E716F
5 changed files with 517 additions and 4 deletions

15
pyproject.toml Normal file
View file

@ -0,0 +1,15 @@
[tool.poetry]
name = "fmartingr.com"
version = "0.1.0"
description = ""
authors = ["Felipe Martin <me@fmartingr.com>"]
[tool.poetry.dependencies]
python = "^3.8"
lektor = "^3.1.3"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"