mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 12:14:10 +00:00
16 lines
321 B
TOML
16 lines
321 B
TOML
|
[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"
|