mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
be1e280246
Co-authored-by: Ember Keske <ember.keske@wobcom.de>
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"
|