blob: d92a78fc7ceac49cde280a80bc00185e93d63930 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[tool.poetry]
name = "adblock"
version = "0.2.3"
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 = "*"
pytest = "*"
|