nixpkgs/pkgs/servers/irrd/pyproject.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
321 B
TOML
Raw Normal View History

[tool.poetry]
name = "irrd-env"
version = "0.1.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.8.1"
irrd = { git = "https://github.com/irrdnet/irrd.git", tag = "v4.2.6" }
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"