File: pyproject.toml

package info (click to toggle)
h3-pg 4.2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,196 kB
  • sloc: sql: 4,469; ansic: 3,497; python: 322; sh: 56; makefile: 18
file content (14 lines) | stat: -rw-r--r-- 352 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tool.poetry]
name = "documentation"
version = "1.0.0"
description = "Autogenerate postgres extension documentation from sql files"
authors = ["Zacharias Knudsen <z@chari.as>"]
package-mode = false

[tool.poetry.dependencies]
python = "^3.10"
lark-parser = "^0.12.0"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"