blob: 530fc342af8386752f99ebcbc4539e53086dc98f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[tool.poetry]
name = "adblock"
version = "0.2.0"
description = "Brave's adblocking in Python"
authors = ["Árni Dagur <arni@dagur.eu>"]
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 = "*"
|