The landing page for my domain.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
416 B

[tool.poetry]
name = "juliobiason.me"
version = "0.1.0"
description = "Env for holding all the necessary packages for Ansible'ing my server"
authors = ["Julio Biason <julio.biason@pm.me>"]
license = "AGPL-3"
[tool.poetry.dependencies]
python = "^3.9"
ansible = "^2.10.1"
psycopg2 = "^2.8.6"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"