pip -> poetry
This commit is contained in:
parent
a63e8d9976
commit
dcde1ef4b1
5 changed files with 517 additions and 4 deletions
15
pyproject.toml
Normal file
15
pyproject.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue