about summary refs log tree commit diff
path: root/pkgs/servers/irrd/pyproject.toml
blob: dba4827a74706d3edaba5668468ea3de8c65fd8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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"