mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
17 lines
312 B
TOML
17 lines
312 B
TOML
[tool.poetry]
|
|
name = "closure-size"
|
|
version = "1.0.0"
|
|
description = ""
|
|
authors = []
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.6"
|
|
psycopg2 = "*"
|
|
trivial = { path = "../trivial" }
|
|
|
|
[tool.poetry.scripts]
|
|
main = "closure_size:main"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|