2020-03-27 23:10:29 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "nixopsenv"
|
|
|
|
version = "2.0.0"
|
|
|
|
description = "NixOps 2.0"
|
|
|
|
authors = ["Adam Hoese <adam.hose@tweag.io>"]
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2022-06-23 22:41:53 +00:00
|
|
|
python = "^3.9"
|
2020-03-27 23:10:29 +00:00
|
|
|
nixops = {git = "https://github.com/NixOS/nixops.git"}
|
|
|
|
nixops-aws = {git = "https://github.com/NixOS/nixops-aws.git"}
|
2021-11-18 11:26:03 +00:00
|
|
|
nixops-digitalocean = {git = "https://github.com/nix-community/nixops-digitalocean.git"}
|
2020-03-27 23:10:29 +00:00
|
|
|
nixops-encrypted-links = {git = "https://github.com/nix-community/nixops-encrypted-links.git"}
|
2021-11-18 11:15:01 +00:00
|
|
|
nixops-gcp = {git = "https://github.com/nix-community/nixops-gce.git"}
|
2021-10-06 11:31:06 +00:00
|
|
|
nixops-hercules-ci = {git = "https://github.com/hercules-ci/nixops-hercules-ci.git"}
|
2021-11-18 11:17:43 +00:00
|
|
|
nixops-hetzner = {git = "https://github.com/NixOS/nixops-hetzner"}
|
2021-11-18 11:15:01 +00:00
|
|
|
nixopsvbox = {git = "https://github.com/nix-community/nixops-vbox.git"}
|
2022-04-27 12:17:27 +00:00
|
|
|
nixops-virtd = {git = "https://github.com/nix-community/nixops-libvirtd.git"}
|
2020-03-27 23:10:29 +00:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry>=0.12"]
|
|
|
|
build-backend = "poetry.masonry.api"
|