[project] name = "adblock" version = "0.7.0" description = "Brave's adblocking in Python" requires-python = ">=3.7" authors = [{ name = "Árni Dagur", email = "arni@dagur.eu" }] classifiers = [ "Programming Language :: Python", "Programming Language :: Rust", "License :: OSI Approved :: MIT License", "License :: OSI Approved :: Apache Software License", ] [tool.poetry] name = "adblock" version = "0.7.0" description = "Brave's adblocking in Python" authors = ["Árni Dagur "] [tool.poetry.dependencies] python = "^3.6" [tool.poetry.dev-dependencies] maturin = "*" pytest = "*" toml = "*" [build-system] requires = ["maturin>=0.12"] build-backend = "maturin"