Skip to content

Commit

Permalink
Merge pull request #10 from sophos/ips
Browse files Browse the repository at this point in the history
add pyproject.toml
  • Loading branch information
mamullen13316 authored Oct 22, 2024
2 parents 09fd080 + b7c2cc0 commit bc84eb7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[tool.poetry]
name = "sophosfirewall-ansible"
version = "1.1.0"
description = "Ansible modules for Sophos Firewall"
authors = ["Matt Mullen <[email protected]>"]
license = "GNU GENERAL PUBLIC LICENSE"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
sophosfirewall-python = "^0.1.56"
ansible-base = "^2.10.17"

[tool.poetry.group.dev.dependencies]
antsibull = "^0.67.0"
antsibull-docs = "^2.15.0"
black = "pylint"
pylint = "^3.3.1"
sphinx-rtd-theme = "^3.0.1"
Sphinx = "^8.1.3"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit bc84eb7

Please sign in to comment.