mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 17:21:39 -05:00
18 lines
309 B
TOML
18 lines
309 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>=1.0.0"]
|
||
|
build-backend = "poetry.masonry.api"
|