[tool.poetry] name = "adblock" version = "0.2.2" description = "Brave's adblocking in Python" authors = ["Árni Dagur "] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/ArniDagur/python-adblock" keywords = [] [tool.poetry.dependencies] python = "^3.5" [tool.poetry.dev-dependencies] maturin = "*" pytest = "*"