2023-10-04 18:05:47 +02:00
|
|
|
[tool.poetry]
|
|
|
|
name = "pyinfra-justscreamy"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["Jakub Kropáček <kropikuba@gmail.com>"]
|
|
|
|
license = "MIT"
|
|
|
|
readme = "README.md"
|
2024-06-08 00:53:33 +02:00
|
|
|
package-mode = false
|
2023-10-04 18:05:47 +02:00
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2024-01-13 14:36:17 +01:00
|
|
|
python = "^3.12"
|
2024-03-23 21:59:13 +01:00
|
|
|
pyinfra = "^2.9"
|
2023-10-04 18:05:47 +02:00
|
|
|
pyinfra-docker = "^2.1"
|
2024-08-21 23:51:49 +02:00
|
|
|
python-on-whales = "^0.72.0"
|
2023-10-04 18:05:47 +02:00
|
|
|
|
|
|
|
|
2024-10-24 09:27:04 +02:00
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
|
|
pre-commit = "^4.0.1"
|
|
|
|
|
2023-10-04 18:05:47 +02:00
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|