Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1[tool.poetry] 2name = "nixops-python-env" 3version = "0.1.0" 4description = "" 5authors = ["Your Name <you@example.com>"] 6license = "MIT" 7 8[tool.poetry.dependencies] 9python = "^2.7" 10prettytable = "^1.0.1" 11boto = "^2.49.0" 12boto3 = "^1.17.97" 13hetzner = "^0.8.3" 14apache-libcloud = "^2.8.3" 15adal = "^1.2.7" 16pysqlite = "^2.8.3" 17datadog = "^0.42.0" 18python-digitalocean = "^1.17.0" 19 20[tool.poetry.dev-dependencies] 21 22[build-system] 23requires = ["poetry-core>=1.0.0"] 24build-backend = "poetry.core.masonry.api"