initial commit
This commit is contained in:
11
pyproject.toml
Normal file
11
pyproject.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[tool.poetry]
|
||||
name = "my-automation-project"
|
||||
version = "0.1.0"
|
||||
description = "Automates my VPS setup with Ansible"
|
||||
authors = ["Peter <peter@example.com>"]
|
||||
package-mode = false
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
ansible = "^10.2.0"
|
||||
requests = "^2.31.0"
|
||||
Reference in New Issue
Block a user